Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 433da76

Browse files
committed
Merge pull request #183 from symfony-cmf/fix_broken_style_check
fix broken style check
2 parents d1ca675 + 4a08ef1 commit 433da76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Unit/DependencyInjection/CmfRoutingAutoExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function setUp()
3030
* implicitly configured.
3131
*
3232
* @expectedException Symfony\Component\Config\Definition\Exception\InvalidConfigurationException
33-
* @expectedExceptionMessage No adapter has been configured, you either need to
33+
* @expectedExceptionMessage No adapter has been configured, you either need to
3434
*/
3535
public function testLoad()
3636
{

0 commit comments

Comments
 (0)