@@ -23,7 +23,7 @@ |
||
| 23 | 23 | * @param bool $closing |
| 24 | 24 | * @return int |
| 25 | 25 | */ |
| 26 | - public function filter($in, $out, int &$consumed, bool $closing): int; |
|
| 26 | + public function filter($in, $out, int & $consumed, bool $closing): int; |
|
| 27 | 27 | |
| 28 | 28 | /** |
| 29 | 29 | * Called when closing the filter |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | * {@inheritdoc} |
| 34 | 34 | * @see \Generics\Streams\Interceptor\StreamInterceptor::filter() |
| 35 | 35 | */ |
| 36 | - public function filter($in, $out, int &$consumed, bool $closing): int |
|
| 36 | + public function filter($in, $out, int & $consumed, bool $closing): int |
|
| 37 | 37 | { |
| 38 | 38 | if ($closing) { |
| 39 | 39 | return PSFS_FEED_ME; |