Make MethodMarkingStore final

This commit is contained in:
Valentin Udaltsov 2019-03-22 16:04:03 +03:00
parent 522594a69d
commit bbf582bce5

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;