Skip to content

Commit

Permalink
Require a strict_types declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
fredden committed Sep 27, 2024
1 parent e0f31fa commit d7cc054
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Magento2/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,10 @@
<severity>7</severity>
<type>warning</type>
</rule>
<rule ref="Generic.PHP.RequireStrictTypes">
<severity>7</severity>
<type>warning</type>
</rule>

<!-- Severity 6 warnings: Code style issues. -->
<rule ref="Generic.ControlStructures.InlineControlStructure">
Expand Down

0 comments on commit d7cc054

Please sign in to comment.