Completed
Push — master ( 81e3fa...ea84f4 )
by Adam
02:33
created
src/BestServedCold/LaravelZendSearch/Laravel/Search.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
      */
58 58
     public function hits()
59 59
     {
60
-        if (! empty($this->hits)) {
60
+        if (!empty($this->hits)) {
61 61
             return $this->hits;
62 62
         }
63 63
 
Please login to merge, or discard this patch.