@@ -14,7 +14,7 @@ |
||
14 | 14 | class Content |
15 | 15 | { |
16 | 16 | protected static $types = [ |
17 | - JsonContent::class => ['boolean', 'integer','double', 'string','array','NULL', JsonSerializable::class ], |
|
17 | + JsonContent::class => ['boolean', 'integer', 'double', 'string', 'array', 'NULL', JsonSerializable::class], |
|
18 | 18 | FileContent::class => [SplFileInfo::class], |
19 | 19 | ]; |
20 | 20 |