Completed
Pull Request — master (#30)
by Ivan
23:51
created
src/Executor/DoctrineDBAL/FilterTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -11,6 +11,7 @@
 block discarded – undo
11 11
 
12 12
     /**
13 13
      * {@inheritDoc}
14
+     * @param \Doctrine\DBAL\Query\QueryBuilder $target
14 15
      */
15 16
     public function applyFilter($target, array $parameters, array $operators, ExecutionContext $context)
16 17
     {
Please login to merge, or discard this patch.
src/Executor/DoctrineQueryBuilder/FilterTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -11,6 +11,7 @@
 block discarded – undo
11 11
 
12 12
     /**
13 13
      * {@inheritDoc}
14
+     * @param \Doctrine\ORM\QueryBuilder $target
14 15
      */
15 16
     public function applyFilter($target, array $parameters, array $operators, ExecutionContext $context)
16 17
     {
Please login to merge, or discard this patch.