Completed
Pull Request — master (#107)
by
unknown
01:50
created
src/Executor/DoctrineORM/FilterTrait.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -11,10 +11,14 @@
 block discarded – undo
11 11
 
12 12
 trait FilterTrait
13 13
 {
14
+    /**
15
+     * @param QueryBuilder $target
16
+     */
14 17
     abstract protected function execute($target, array $operators, array $parameters);
15 18
 
16 19
     /**
17 20
      * {@inheritdoc}
21
+     * @param QueryBuilder $target
18 22
      */
19 23
     public function applyFilter($target, array $parameters, array $operators, ExecutionContext $context)
20 24
     {
Please login to merge, or discard this patch.