@@ -41,7 +41,7 @@ |
||
41 | 41 | $isNumber = false; |
42 | 42 | |
43 | 43 | if ($schema->const !== null) { |
44 | - return '(' + var_export($schema->const, true) + ')'; |
|
44 | + return '(' +var_export($schema->const, true) + ')'; |
|
45 | 45 | } |
46 | 46 | |
47 | 47 | if (!empty($schema->enum)) { |