Completed
Push — master ( b93f48...f361ba )
by Paweł
03:49
created
components/stats/base/Diff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      */
57 57
     public function setModels($models)
58 58
     {
59
-        $this->models = (array)$models;
59
+        $this->models = (array) $models;
60 60
 
61 61
         return $this;
62 62
     }
Please login to merge, or discard this patch.