8000 minor #26004 Fix typo (carusogabriel) · sroze/symfony@a1fb724 · GitHub
[go: up one dir, main page]

Skip to content

Commit a1fb724

Browse files
committed
minor symfony#26004 Fix typo (carusogabriel)
This PR was merged into the 3.4 branch. Discussion ---------- Fix typo | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Following symfony#26003 Commits ------- 566bb57 Fix typo
2 parents 8dadff2 + 566bb57 commit a1fb724

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)
0