Skip to content

Commit 478797f

Browse files
committed
Remove unused error messages for XC_TYPE_VAR from PHPStan baseline files.
1 parent 304df65 commit 478797f

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

phpstan-baseline-7x.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ parameters:
1010
count: 1
1111
path: framework/behaviors/AttributeTypecastBehavior.php
1212

13-
-
14-
message: "#^Constant XC_TYPE_VAR not found\\.$#"
15-
count: 2
16-
path: framework/caching/XCache.php
17-
1813
-
1914
message: "#^Method yii\\\\console\\\\controllers\\\\CacheController\\:\\:actionFlushSchema\\(\\) should return int but return statement is missing\\.$#"
2015
count: 1

phpstan-baseline.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ parameters:
55
count: 1
66
path: build/controllers/DevController.php
77

8-
-
9-
message: "#^Constant XC_TYPE_VAR not found\\.$#"
10-
count: 2
11-
path: framework/caching/XCache.php
12-
138
-
149
message: "#^Method yii\\\\console\\\\controllers\\\\CacheController\\:\\:actionFlushSchema\\(\\) should return int but return statement is missing\\.$#"
1510
count: 1

0 commit comments

Comments
 (0)