Test Setup Failed
Push — testing ( 5fffab...39677e )
by Roman
02:22
created
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.