Test Setup Failed
Push — testing ( 5fffab...39677e )
by Roman
02:22
created
src/Collection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Cassandra\Rows;
6 6
 use lroman242\LaravelCassandra\Eloquent\Model;
7
-use LogicException;
8 7
 use Illuminate\Support\Arr;
9 8
 use Illuminate\Contracts\Support\Arrayable;
10 9
 use Illuminate\Database\Eloquent\Collection as BaseCollection;
Please login to merge, or discard this patch.
src/Eloquent/Builder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
      * Execute the query as a "select" statement.
65 65
      *
66 66
      * @param  array  $columns
67
-     * @return \Illuminate\Database\Eloquent\Collection|static[]
67
+     * @return \Illuminate\Database\Eloquent\Model[]
68 68
      */
69 69
     public function get($columns = ['*'])
70 70
     {
Please login to merge, or discard this patch.