Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 0f98f59

Browse files
committed
remove @throws tags comments and PHP7 uses warnings
1 parent 8ff68bf commit 0f98f59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

justcoded/JustcodedPSR2/ruleset.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<exclude name="Generic.Commenting.DocComment"/>
2929
<exclude name="Squiz.Commenting.FunctionComment.MissingParamComment"/>
3030
<exclude name="Squiz.PHP.CommentedOutCode.Found"/>
31+
<exclude name="Squiz.Commenting.FunctionComment.EmptyThrows"/>
32+
<exclude name="PSR2.Namespaces.UseDeclaration.MultipleDeclarations"/>
3133
</rule>
3234
<rule ref="JustcodedPSR2.Commenting.DocComment"/>
3335
</ruleset>

0 commit comments

Comments
 (0)