@@ -22,7 +22,7 @@ |
||
| 22 | 22 | */ |
| 23 | 23 | public function testCreateCallbackStrategy(): void |
| 24 | 24 | { |
| 25 | - $callback = function ($connections): void { |
|
| 25 | + $callback = function($connections): void { |
|
| 26 | 26 | }; |
| 27 | 27 | |
| 28 | 28 | $strategy = StrategyFactory::create($callback); |
@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | * Set the weight for this aggregation. |
| 55 | 55 | * |
| 56 | 56 | * @param string $field |
| 57 | - * @param mixed $missing |
|
| 57 | + * @param integer $missing |
|
| 58 | 58 | * |
| 59 | 59 | * @return $this |
| 60 | 60 | */ |
@@ -104,7 +104,6 @@ discard block |
||
| 104 | 104 | /** |
| 105 | 105 | * Set the value_type for this aggregation. |
| 106 | 106 | * |
| 107 | - * @param string $format |
|
| 108 | 107 | * |
| 109 | 108 | * @return $this |
| 110 | 109 | */ |