Skip to content

Commit e4027ef

Browse files
minor symfony#53446 [FrameworkBundle] add the new jitter option to the XML schema definition (xabbuh)
This PR was merged into the 7.1 branch. Discussion ---------- [FrameworkBundle] add the new jitter option to the XML schema definition | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- aae3885 add the new jitter option to the XML schema definition
2 parents 944122a + aae3885 commit e4027ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@
609609
<xsd:attribute name="delay" type="xsd:integer" />
610610
<xsd:attribute name="multiplier" type="xsd:float" />
611611
<xsd:attribute name="max-delay" type="xsd:float" />
612+
<xsd:attribute name="jitter" type="xsd:float" />
612613
</xsd:complexType>
613614

614615
<xsd:complexType name="messenger_bus">

0 commit comments

Comments
 (0)