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 a36488d commit 103f435Copy full SHA for 103f435
Tests/Routing/DelegatingLoaderTest.php
@@ -24,8 +24,8 @@ public function testConstructorApi()
24
25
/**
26
* @group legacy
27
- * @expectedDeprecation Referencing controllers with foo:bar:baz is deprecated since Symfony 4.1. Use some_parsed::controller instead.
28
- * @expectedDeprecation Referencing controllers with a single colon is deprecated since Symfony 4.1. Use foo::baz instead.
+ * @expectedDeprecation Referencing controllers with foo:bar:baz is deprecated since Symfony 4.1, use some_parsed::controller instead.
+ * @expectedDeprecation Referencing controllers with a single colon is deprecated since Symfony 4.1, use foo::baz instead.
29
*/
30
public function testLoad()
31
{
0 commit comments