We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d55b9 commit 9ca2ab6Copy full SHA for 9ca2ab6
3 files changed
phpstan.neon
@@ -4,7 +4,7 @@ includes:
4
5
parameters:
6
level: 8
7
- phpVersion: 80100
+ phpVersion: 80200
8
9
scanDirectories:
10
- src
ruleset.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ruleset name="Contributte" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
3
<!-- Rulesets -->
- <rule ref="./vendor/contributte/qa/ruleset-8.0.xml">
+ <rule ref="./vendor/contributte/qa/ruleset-8.2.xml">
<exclude name="SlevomatCodingStandard.Variables.DisallowSuperGlobalVariable.DisallowedSuperGlobalVariable"/>
</rule>
tests/.coveralls.yml
0 commit comments