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

Skip to content

Commit 9354c8e

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 #29146 (comment). Commits ------- bbf582b Make MethodMarkingStore final
2 parents 98045b1 + bbf582b commit 9354c8e

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