You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,18 @@ parameters:
12
12
count:1
13
13
path:src/Commands/Lister.php
14
14
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
+
15
27
-
16
28
message:'#^Call to method PHPUnit\\Framework\\Assert\:\:assertInstanceOf\(\) with ''CodeIgniter\\\\I18n\\\\Time'' and CodeIgniter\\I18n\\Time will always evaluate to true\.$#'
0 commit comments