Skip to content

Commit e5d1efd

Browse files
committed
update phpstan baseline
1 parent 7abf241 commit e5d1efd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

phpstan-baseline.neon

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ parameters:
1212
count: 1
1313
path: src/Commands/Lister.php
1414

15+
-
16+
message: '#^Call to an undefined method CodeIgniter\\I18n\\Time\:\:getMonthDay\(\)\.$#'
17+
identifier: method.notFound
18+
count: 1
19+
path: src/RunResolver.php
20+
21+
-
22+
message: '#^Call to an undefined method CodeIgniter\\I18n\\Time\:\:getWeekDay\(\)\.$#'
23+
identifier: method.notFound
24+
count: 1
25+
path: src/RunResolver.php
26+
1527
-
1628
message: '#^Call to method PHPUnit\\Framework\\Assert\:\:assertInstanceOf\(\) with ''CodeIgniter\\\\I18n\\\\Time'' and CodeIgniter\\I18n\\Time will always evaluate to true\.$#'
1729
identifier: method.alreadyNarrowedType

0 commit comments

Comments
 (0)