8000 minor #30643 Make MethodMarkingStore final (vudaltsov) · symfony/workflow@e98a414 · GitHub
[go: up one dir, main page]

Skip to content

Commit e98a414

Browse files
committed
minor #30643 Make MethodMarkingStore final (vudaltsov)
This PR was merged into the 4.3-dev branch. Discussion ---------- Make MethodMarkingStore final | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Made `MethodMarkingStore` final as proposed in symfony/symfony#29146 (comment). Commits ------- bbf582bce5 Make MethodMarkingStore final
2 parents d345a05 + d049df1 commit e98a414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MarkingStore/MethodMarkingStore.php

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)
0
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;