Passed
Pull Request — master (#1)
by Alessandro
02:04
created
src/Trucker/Responses/Collection.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 function last()
124 124
     {
125
-        return empty($this->collection) ? null : $this->collection[count($this->collection) - 1];
125
+        return empty($this->collection) ? null : $this->collection[count($this->collection)-1];
126 126
     }
127 127
 
128 128
     /**
Please login to merge, or discard this patch.