Completed
Push — develop ( b5efbf...5f51fd )
by Stuart
02:06
created
src/TypeInspectors/GetDuckTypes.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
         }
92 92
 
93 93
         // if we get here, then we just return the PHP scalar type
94
-        return [ $type => $type ];
94
+        return [$type => $type];
95 95
     }
96 96
 
97 97
     /**
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
         $retval = array_merge(
131 131
             GetObjectTypes::from($item),
132 132
             self::getObjectSpecialTypes($item),
133
-            [ 'object' => 'object' ]
133
+            ['object' => 'object']
134 134
         );
135 135
 
136 136
         return $retval;
Please login to merge, or discard this patch.