Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 413af69

Browse files
fix typo
1 parent fc666f0 commit 413af69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/Routing/DelegatingLoaderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public function testConstructorApi()
2424

2525
/**
2626
* @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.
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.
2929
*/
3030
public function testLoad()
3131
{

0 commit comments

Comments
 (0)