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 https://github.com/symfony/symfony/pull/29146#issuecomment-475574327.

Commits
-------

bbf582bce5 Make MethodMarkingStore final
This commit is contained in:
Grégoire Pineau 2019-03-22 15:58:38 +01:00
commit 9354c8ef45

View File

@ -21,7 +21,7 @@ use Symfony\Component\Workflow\Marking;
*
* @author Grégoire Pineau <lyrixx@lyrixx.info>
*/
class MethodMarkingStore implements MarkingStoreInterface
final class MethodMarkingStore implements MarkingStoreInterface
{
private $singleState;
private $property;