Dropped support for PHP <8.1

This commit is contained in:
2022-12-07 07:35:29 +02:00
parent 07c550b319
commit 0dc449e48d
7 changed files with 73 additions and 88 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<ruleset name="Basic Project Coding Standards">
<rule ref="PSR2" />
<rule ref="PSR2"/>
<rule ref="Generic.CodeAnalysis.EmptyStatement" />
<rule ref="Generic.CodeAnalysis.EmptyStatement"/>
<rule ref="Generic.Classes.DuplicateClassName"/>
<rule ref="Generic.CodeAnalysis.EmptyStatement"/>
<rule ref="Generic.CodeAnalysis.UnconditionalIfStatement"/>