Completed
Branch master (c6f56d)
by Jan
02:56
created
JanDrda/LaravelGoogleCustomSearchEngine/LaravelGoogleCustomSearchEngine.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace JanDrda\LaravelGoogleCustomSearchEngine;
4 4
 
5 5
 use Exception;
6
-use JanDrda\LaravelGoogleCustomeSearchEngine\Interfaces\LaravelGoogleCustomSearchEngineInterface;
7 6
 
8 7
 class LaravelGoogleCustomSearchEngine
9 8
 {
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -150,8 +150,7 @@
 block discarded – undo
150 150
          */
151 151
         if(isset($this->originalResponse->items)){
152 152
             return $this->originalResponse->items;
153
-        }
154
-        else{
153
+        } else{
155 154
             return array();
156 155
         }
157 156
 
Please login to merge, or discard this patch.