Skip to content

Commit

Permalink
Revert "allow package annotation"
Browse files Browse the repository at this point in the history
This reverts commit 3a9f620.
  • Loading branch information
TravisCarden committed Jul 9, 2024
1 parent 0ccaa75 commit 2a73493
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 @@ -28,7 +28,7 @@
<properties>
<!-- Recommended by Slevomat -->
<!-- @see https://github.com/slevomat/coding-standard/blob/c72b104f89c6d7bd8b739449f9f592cda2e5072b/doc/commenting.md?plain=1#L20 -->
<property name="forbiddenAnnotations" type="array" value="@author,@created,@version,@copyright,@license" />
<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 2a73493

Please sign in to comment.