Skip to content

Commit

Permalink
Ignore false positive of coding standard sniff
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Aug 29, 2022
1 parent c1b5dbd commit 7cf5d8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
<rule ref="Generic.CodeAnalysis.UselessOverridingMethod.Found">
<exclude-pattern>src/Platforms/SQLitePlatform.php</exclude-pattern>
<exclude-pattern>src/Platforms/*/Comparator.php</exclude-pattern>
<exclude-pattern>src/Driver/PDO/SQLSrv/Connection.php</exclude-pattern>
<exclude-pattern>src/Driver/PDO/SQLSrv/Statement.php</exclude-pattern>
</rule>

<!-- This issue is likely fixed in Slevomat Coding Standard 8.0.0 -->
Expand Down

0 comments on commit 7cf5d8e

Please sign in to comment.