Skip to content

Commit bb6f3a2

Browse files
committed
set reportUnmatchedIgnoredErrors: false
1 parent de96bd3 commit bb6f3a2

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

phpstan-baseline.neon.dist

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,11 @@ parameters:
455455
count: 1
456456
path: system/Debug/Exceptions.php
457457

458+
-
459+
message: "#^Property CodeIgniter\\\\Debug\\\\Exceptions\\:\\:\\$formatter \\(CodeIgniter\\\\Format\\\\FormatterInterface\\) in isset\\(\\) is not nullable\\.$#"
460+
count: 1
461+
path: system/Debug/Exceptions.php
462+
458463
-
459464
message: "#^Property Config\\\\Exceptions\\:\\:\\$sensitiveDataInTrace \\(array\\) in isset\\(\\) is not nullable\\.$#"
460465
count: 1
@@ -830,6 +835,11 @@ parameters:
830835
count: 1
831836
path: system/Test/Mock/MockConnection.php
832837

838+
-
839+
message: "#^Property CodeIgniter\\\\Test\\\\Mock\\\\MockResourcePresenter\\:\\:\\$formatter \\(CodeIgniter\\\\Format\\\\FormatterInterface\\) in isset\\(\\) is not nullable\\.$#"
840+
count: 1
841+
path: system/Test/Mock/MockResourcePresenter.php
842+
833843
-
834844
message: "#^Property CodeIgniter\\\\Throttle\\\\Throttler\\:\\:\\$testTime \\(int\\) on left side of \\?\\? is not nullable\\.$#"
835845
count: 1

phpstan.neon.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ parameters:
4545
- CI_DEBUG
4646
- ENVIRONMENT
4747
- SODIUM_LIBRARY_VERSION
48+
reportUnmatchedIgnoredErrors: false

0 commit comments

Comments
 (0)