@@ -159,10 +159,10 @@ |
||
159 | 159 | } |
160 | 160 | |
161 | 161 | if (is_bool($value)) { |
162 | - return $value ? 'true': 'false'; |
|
162 | + return $value ? 'true' : 'false'; |
|
163 | 163 | } |
164 | 164 | |
165 | - return (string)$value; |
|
165 | + return (string) $value; |
|
166 | 166 | } |
167 | 167 | |
168 | 168 | public static function getTypeClassname(string $class, string $type): string |