Skip to content

Commit 345ba30

Browse files
committed
tweak some deprecation messages
1 parent 378575b commit 345ba30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Routing/DelegatingLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct(ControllerNameParser $parser, $resolver, $r = null)
4747
$this->logger = $resolver;
4848
$resolver = $r;
4949

50-
@trigger_error('Passing a LoggerInterface instance a second argument of the '.__METHOD__.' method is deprecated since version 2.8 and will not be supported anymore in 3.0.', E_USER_DEPRECATED);
50+
@trigger_error('Passing a LoggerInterface instance as the second argument of the '.__METHOD__.' method is deprecated since version 2.8 and will not be supported anymore in 3.0.', E_USER_DEPRECATED);
5151
}
5252

5353
parent::__construct($resolver);

0 commit comments

Comments
 (0)