Skip to content

Commit b558339

Browse files
authored
fixed: if or unless can be used. (#1948)
Old implementation forced both to be present
1 parent b519cc7 commit b558339

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

etc/phing-grammar.rng

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1876,7 +1876,11 @@
18761876
<attribute name="message"/>
18771877
<attribute name="msg"/>
18781878
</choice>
1879+
</optional>
1880+
<optional>
18791881
<attribute name="if"/>
1882+
</optional>
1883+
<optional>
18801884
<attribute name="unless"/>
18811885
</optional>
18821886
</interleave>

0 commit comments

Comments
 (0)