Skip to content

Commit 9ca2ab6

Browse files
felixuref3l1x
authored andcommitted
Config: use PHP 8.2 base, remove Coveralls config
1 parent 60d55b9 commit 9ca2ab6

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ includes:
44

55
parameters:
66
level: 8
7-
phpVersion: 80100
7+
phpVersion: 80200
88

99
scanDirectories:
1010
- src

ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<ruleset name="Contributte" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="vendor/squizlabs/php_codesniffer/phpcs.xsd">
33
<!-- Rulesets -->
4-
<rule ref="./vendor/contributte/qa/ruleset-8.0.xml">
4+
<rule ref="./vendor/contributte/qa/ruleset-8.2.xml">
55
<exclude name="SlevomatCodingStandard.Variables.DisallowSuperGlobalVariable.DisallowedSuperGlobalVariable"/>
66
</rule>
77

tests/.coveralls.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)