Completed
Pull Request — master (#27)
by
unknown
02:59
created
src/API/Type.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
 
123 123
     public static function arrayIsAssoc($array)
124 124
     {
125
-        return (bool)count(array_filter(array_keys($array), 'is_string'));
125
+        return (bool) count(array_filter(array_keys($array), 'is_string'));
126 126
     }
127 127
 
128 128
     /**
Please login to merge, or discard this patch.