8000 Make MethodMarkingStore final · symfony/symfony@bbf582b · GitHub
[go: up one dir, main page]

Skip to content

Commit bbf582b

Browse files
committed
Make MethodMarkingStore final
1 parent 522594a commit bbf582b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Workflow/MarkingStore/MethodMarkingStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @author Grégoire Pineau <lyrixx@lyrixx.info>
2323
*/
24-
class MethodMarkingStore implements MarkingStoreInterface
24+
final class MethodMarkingStore implements MarkingStoreInterface
2525
{
2626
private $singleState;
2727
private $property;

0 commit comments

Comments
 (0)
0