We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c191511 commit 9f7ed11Copy full SHA for 9f7ed11
src/functions.php
@@ -37,7 +37,7 @@ function conf(ContainerInterface $container): Config
37
*/
38
function callback(callable $callback): callable
39
{
40
- return static fn() => $callback ;
+ return fn() => $callback ;
41
}
42
43
0 commit comments