Passed
Push — master ( 5bf517...dce4a9 )
by Hamzah
02:58
created
src/Bases/AbstractRepository.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
      */
77 77
     public function filter($filters = [])
78 78
     {
79
-        $filters= $this->order($filters);
79
+        $filters = $this->order($filters);
80 80
 
81 81
         /** @var Entity $latest */
82 82
         $latest = $this->model->with($this->with);
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
      *
110 110
      * @return array
111 111
      */
112
-    private function order($filters=[]){
112
+    private function order($filters = []) {
113 113
 
114 114
         if (isset($filters['order'])) {
115 115
             $this->order = $filters['order'];
Please login to merge, or discard this patch.