Skip to content

Commit d3b06ce

Browse files
committed
[Workflow] Cleaning code
1 parent ff554ec commit d3b06ce

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Resources/config/schema/symfony-1.0.xsd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,6 @@
398398

399399
<xsd:simpleType name="marking_store_type">
400400
<xsd:restriction base="xsd:string">
401-
<xsd:enumeration value="multiple_state" />
402-
<xsd:enumeration value="single_state" />
403401
<xsd:enumeration value="method" />
404402
</xsd:restriction>
405403
</xsd:simpleType>

Tests/DependencyInjection/Fixtures/xml/workflows.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<framework:workflow name="article" type="workflow">
1111
<framework:audit-trail enabled="true"/>
1212
<framework:initial-marking>draft</framework:initial-marking>
13-
<framework:marking-store type="method" property="state" />
1413
<framework:support>Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\FrameworkExtensionTestCase</framework:support>
1514
<framework:place name="draft" />
1615
<framework:place name="wait_for_journalist" />

0 commit comments

Comments
 (0)