File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 13
13
"phpstan/phpstan" : " ^1.10" ,
14
14
"symplify/easy-coding-standard" : " ^11.1" ,
15
15
"ramsey/uuid" : " ^4.7" ,
16
- "phpunit/phpunit" : " ^10"
16
+ "phpunit/phpunit" : " ^10" ,
17
+ "phpstan/phpstan-deprecation-rules" : " ^1.1"
17
18
},
18
19
"autoload" : {
19
20
"psr-4" : {
Original file line number Diff line number Diff line change @@ -4,4 +4,7 @@ parameters:
4
4
paths :
5
5
- src
6
6
- 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 6
6
7
7
use Fschmtt \Keycloak \Http \CommandExecutor ;
8
8
use Fschmtt \Keycloak \Http \QueryExecutor ;
9
- use PHPUnit \Framework \Attributes \IgnoreClassForCodeCoverage ;
10
9
11
- #[IgnoreClassForCodeCoverage(self ::class)]
10
+ /**
11
+ * @codeCoverageIgnore
12
+ */
12
13
abstract class Resource
13
14
{
14
15
public function __construct (
You can’t perform that action at this time.
0 commit comments