Skip to content

Commit 6895357

Browse files
authored
selector element is optional: Moved element into interleave and made optional (#1944)
selectors are allowed in fileset: Added
1 parent 47eba0f commit 6895357

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

etc/phing-grammar.rng

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,8 +861,11 @@
861861
</choice>
862862
</attribute>
863863
</optional>
864+
<optional>
865+
<ref name="selector"/>
866+
</optional>
867+
<ref name="selectors"/>
864868
</interleave>
865-
<ref name="selector"/>
866869
</element>
867870
</define>
868871

0 commit comments

Comments
 (0)