Passed
Push — master ( a42169...1c163d )
by 世昌
02:12
created
nebula/src/application/response/provider/Content.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.