forked from loafle/openapi-generator-original
use logger.info to display command line result
This commit is contained in:
@@ -153,7 +153,7 @@ class ObjectSerializer
|
||||
*/
|
||||
public function toFormValue($value)
|
||||
{
|
||||
if ($value instanceof SplFileObject) {
|
||||
if ($value instanceof \SplFileObject) {
|
||||
return $value->getRealPath();
|
||||
} else {
|
||||
return $this->toString($value);
|
||||
|
||||
Reference in New Issue
Block a user