@@ -12,6 +12,7 @@ |
||
12 | 12 | |
13 | 13 | /** |
14 | 14 | * {@inheritdoc} |
15 | + * @param \Doctrine\DBAL\Query\QueryBuilder $target |
|
15 | 16 | */ |
16 | 17 | public function applyFilter($target, array $parameters, array $operators, ExecutionContext $context) |
17 | 18 | { |
@@ -7,10 +7,14 @@ |
||
7 | 7 | |
8 | 8 | trait FilterTrait |
9 | 9 | { |
10 | + /** |
|
11 | + * @param \Doctrine\ORM\QueryBuilder $target |
|
12 | + */ |
|
10 | 13 | abstract protected function execute($target, array $operators, array $parameters); |
11 | 14 | |
12 | 15 | /** |
13 | 16 | * {@inheritdoc} |
17 | + * @param \Doctrine\ORM\QueryBuilder $target |
|
14 | 18 | */ |
15 | 19 | public function applyFilter($target, array $parameters, array $operators, ExecutionContext $context) |
16 | 20 | { |
@@ -30,6 +30,7 @@ |
||
30 | 30 | } |
31 | 31 | |
32 | 32 | /** |
33 | + * @param string $rule |
|
33 | 34 | * @return Executor |
34 | 35 | */ |
35 | 36 | public function compile($rule, CompilationTarget $target, Context $context) |
@@ -14,6 +14,9 @@ |
||
14 | 14 | $this->compiledOperator = $compiled; |
15 | 15 | } |
16 | 16 | |
17 | + /** |
|
18 | + * @param boolean $shouldBreakString |
|
19 | + */ |
|
17 | 20 | public function format($shouldBreakString) |
18 | 21 | { |
19 | 22 | return $this->compiledOperator; |