Skip to content

Commit e4d7bc2

Browse files
committed
refactor: Fix phpstan method.notFound for EventsTest
1 parent 1128d24 commit e4d7bc2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

utils/phpstan-baseline/method.notFound.neon

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# total 41 errors
1+
# total 40 errors
22

33
parameters:
44
ignoreErrors:
@@ -47,11 +47,6 @@ parameters:
4747
count: 3
4848
path: ../../tests/system/Debug/ExceptionHandlerTest.php
4949

50-
-
51-
message: '#^Call to an undefined method CodeIgniter\\Events\\Events\:\:unInitialize\(\)\.$#'
52-
count: 1
53-
path: ../../tests/system/Events/EventsTest.php
54-
5550
-
5651
message: '#^Call to an undefined method CodeIgniter\\HTTP\\Request\:\:getCookie\(\)\.$#'
5752
count: 2

0 commit comments

Comments
 (0)