Completed
Branch master (90ee88)
by Tim
04:38 queued 02:25
created
src/OpenSkill/Datatable/Queries/Parser/Datatable110QueryParser.php 2 patches
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -129,6 +129,10 @@
 block discarded – undo
129 129
         }
130 130
     }
131 131
 
132
+    /**
133
+     * @param ParameterBag $query
134
+     * @param QueryConfigurationBuilder $builder
135
+     */
132 136
     public function getSearchColumns($query, $builder, array $columnConfiguration)
133 137
     {
134 138
         // for each column we need to see if there is a search value
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use OpenSkill\Datatable\Columns\ColumnConfiguration;
7 7
 use OpenSkill\Datatable\Queries\QueryConfiguration;
8 8
 use OpenSkill\Datatable\Queries\QueryConfigurationBuilder;
9
-use Symfony\Component\HttpFoundation\JsonResponse;
10 9
 use Symfony\Component\HttpFoundation\ParameterBag;
11 10
 use Symfony\Component\HttpFoundation\Request;
12 11
 
Please login to merge, or discard this patch.