Test Failed
Pull Request — master (#36)
by Alex
06:10
created
src/Query/LaravelQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -490,7 +490,7 @@
 block discarded – undo
490 490
         }
491 491
         $outData = $result->getData();
492 492
         if (is_object($outData)) {
493
-            $outData = (array)$outData;
493
+            $outData = (array) $outData;
494 494
         }
495 495
 
496 496
         if (!is_array($outData)) {
Please login to merge, or discard this patch.
src/Providers/MetadataProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
     }
145 145
 
146 146
     /**
147
-     * @return mixed
147
+     * @return boolean
148 148
      */
149 149
     protected function checkIsCaching()
150 150
     {
Please login to merge, or discard this patch.
src/Providers/MetadataControllerProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
     }
135 135
 
136 136
     /**
137
-     * @return mixed
137
+     * @return boolean
138 138
      */
139 139
     protected function getIsCaching()
140 140
     {
Please login to merge, or discard this patch.