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.
2 parents 477b00d + ec1311c commit 71af0cfCopy full SHA for 71af0cf
Slim/CallableResolver.php
@@ -18,7 +18,7 @@
18
*/
19
final class CallableResolver implements CallableResolverInterface
20
{
21
- const CALLABLE_PATTERN = '!^([^\:]+)\:([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*)$!';
+ const CALLABLE_PATTERN = '!\A([^\:]+)\:([^\Z]+)\Z!';
22
23
/**
24
* @var ContainerInterface
0 commit comments