Skip to content

Commit

Permalink
Fix invalid visibility option
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed Feb 6, 2024
1 parent 5aa64e9 commit 7687990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/xsd/phpdoc.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<xs:enumeration value="public"/>
<xs:enumeration value="protected"/>
<xs:enumeration value="private"/>
<xs:enumeration value="hidden"/>
<xs:enumeration value="internal"/>
</xs:restriction>
</xs:simpleType>

Expand Down

0 comments on commit 7687990

Please sign in to comment.