10000 fixed CS · symfony/symfony@9c74d63 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c74d63

Browse files
committed
fixed CS
1 parent 75f4142 commit 9c74d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Workflow/Tests/DefinitionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function testAddPlaces()
1818
}
1919

2020
/**
21-
* @expectedException Symfony\Component\Workflow\Exception\InvalidArgumentException
21+
* @expectedException \Symfony\Component\Workflow\Exception\InvalidArgumentException
2222
*/
2323
public function testAddPlacesInvalidArgument()
2424
{

0 commit comments

Comments
 (0)
0