Completed
Push — master ( 40c1d5...c7125f )
by Adam
02:42
created
src/Source/EloquentDataSource.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
     }
97 97
 
98 98
     /**
99
-     * @param $name
99
+     * @param string $name
100 100
      * @param Request $request
101 101
      * @return bool
102 102
      */
Please login to merge, or discard this patch.
src/Row.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,6 @@
 block discarded – undo
76 76
 
77 77
     /**
78 78
      * Get cell object by name.
79
-
80 79
      * @param string $name  Column name
81 80
      * @return CellInterface|null
82 81
      */
Please login to merge, or discard this patch.