Skip to content

Commit 566bb57

Browse files
Fix typo
1 parent 8dadff2 commit 566bb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Lock/Tests/Store/AbstractStoreTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
abstract class AbstractStoreTest extends TestCase
2323
{
2424
/**
25-
* @return StoreInterface;
25+
* @return StoreInterface
2626
*/
2727
abstract protected function getStore();
2828

0 commit comments

Comments
 (0)