Skip to content

Commit

Permalink
allow throws
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Jul 3, 2024
1 parent 56f750d commit a426441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Standards/AcquiaPHPStrict/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<rule ref="SlevomatCodingStandard.Commenting.EmptyComment" />
<rule ref="SlevomatCodingStandard.Commenting.ForbiddenAnnotations">
<properties>
<property name="forbiddenAnnotations" type="array" value="@author,@created,@version,@package,@copyright,@license,@throws" />
<property name="forbiddenAnnotations" type="array" value="@author,@created,@version,@package,@copyright,@license" />
</properties>
</rule>
<rule ref="SlevomatCodingStandard.Commenting.ForbiddenComments">
Expand Down

0 comments on commit a426441

Please sign in to comment.