File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1313 "phpstan/phpstan" : " ^1.10" ,
1414 "symplify/easy-coding-standard" : " ^11.1" ,
1515 "ramsey/uuid" : " ^4.7" ,
16- "phpunit/phpunit" : " ^10"
16+ "phpunit/phpunit" : " ^10" ,
17+ "phpstan/phpstan-deprecation-rules" : " ^1.1"
1718 },
1819 "autoload" : {
1920 "psr-4" : {
Original file line number Diff line number Diff line change @@ -4,4 +4,7 @@ parameters:
44 paths :
55 - src
66 - tests
7- - examples
7+ - examples
8+
9+ includes :
10+ - vendor/phpstan/phpstan-deprecation-rules/rules.neon
Original file line number Diff line number Diff line change 66
77use Fschmtt \Keycloak \Http \CommandExecutor ;
88use Fschmtt \Keycloak \Http \QueryExecutor ;
9- use PHPUnit \Framework \Attributes \IgnoreClassForCodeCoverage ;
109
11- #[IgnoreClassForCodeCoverage(self ::class)]
10+ /**
11+ * @codeCoverageIgnore
12+ */
1213abstract class Resource
1314{
1415 public function __construct (
You can’t perform that action at this time.
0 commit comments