Completed
Push — master ( 098e87...46dc65 )
by Stephen
03:21
created
src/StarCitizens.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -208,7 +208,7 @@
 block discarded – undo
208 208
     private function fillModel($model, $fillData)
209 209
     {
210 210
         if (is_array($model)) {
211
-            list($className, $dataRoot, $idName) =$model;
211
+            list($className, $dataRoot, $idName) = $model;
212 212
             $object = new \ReflectionClass('StarCitizen\Models\Store');
213 213
             return $object->newInstance($fillData, $className, $dataRoot, $idName);
214 214
         } else {
Please login to merge, or discard this patch.