We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3812cf8 commit d5944a3Copy full SHA for d5944a3
src/Strategy/Filter.php
@@ -18,7 +18,7 @@ class Filter extends Delegate
18
* @param callable|null $callback Callback function that receives the current value as its first argument, the
19
* current key as its second argument and context as its third argument.
20
*/
21
- public function __construct($expression, callable $callback = null)
+ public function __construct($expression, ?callable $callback = null)
22
{
23
parent::__construct($expression);
24
0 commit comments