Skip to content

Commit

Permalink
[Workflow] Cleaning code
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Jul 24, 2023
1 parent ff554ec commit d3b06ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Resources/config/schema/symfony-1.0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,6 @@

<xsd:simpleType name="marking_store_type">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="multiple_state" />
<xsd:enumeration value="single_state" />
<xsd:enumeration value="method" />
</xsd:restriction>
</xsd:simpleType>
Expand Down
1 change: 0 additions & 1 deletion Tests/DependencyInjection/Fixtures/xml/workflows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<framework:workflow name="article" type="workflow">
<framework:audit-trail enabled="true"/>
<framework:initial-marking>draft</framework:initial-marking>
<framework:marking-store type="method" property="state" />
<framework:support>Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\FrameworkExtensionTestCase</framework:support>
<framework:place name="draft" />
<framework:place name="wait_for_journalist" />
Expand Down

0 comments on commit d3b06ce

Please sign in to comment.