Test Setup Failed
Push — testing ( 88fcdf...a661a9 )
by Roman
03:39
created
src/Eloquent/Builder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      *
66 66
      * @param array $columns
67 67
      *
68
-     * @return \Illuminate\Database\Eloquent\Collection|static[]
68
+     * @return \Illuminate\Database\Eloquent\Model[]
69 69
      *
70 70
      * @throws \Exception
71 71
      */
Please login to merge, or discard this patch.
src/Connection.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -345,11 +345,11 @@
 block discarded – undo
345 345
     /**
346 346
      * Execute an CQL statement and return the boolean result.
347 347
      *
348
-     * @param $query
348
+     * @param string $query
349 349
      * @param array $bindings
350 350
      * @param array $customOptions
351
-     * @param array $defaultFailed
352
-     * @param null $defaultSuccess
351
+     * @param integer $defaultFailed
352
+     * @param integer $defaultSuccess
353 353
      *
354 354
      * @return mixed
355 355
      */
Please login to merge, or discard this patch.