Completed
Push — master ( 5d11b6...3c08ac )
by Patrick
03:06
created
class.FlipREST.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@
 block discarded – undo
177 177
         return ob_get_clean();
178 178
     }
179 179
 
180
-    private function collapseEntityToArray($entity, &$array, $keyPrefix='')
180
+    private function collapseEntityToArray($entity, &$array, $keyPrefix = '')
181 181
     {
182 182
         if(is_object($entity))
183 183
         {
Please login to merge, or discard this patch.