Completed
Push — master ( 14f10a...6ec6b5 )
by Adam
02:31
created
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.
tests/GridBuilderTestCase.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Illuminate\Contracts\Container\Container;
4 3
 use Orchestra\Testbench\TestCase;
5 4
 use Collective\Html\HtmlBuilder;
6 5
 use Collective\Html\FormBuilder;
Please login to merge, or discard this patch.