Skip to content

Commit 9dce96e

Browse files
committed
regenerate baseline
1 parent 5cad6b5 commit 9dce96e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

phpstan-baseline.neon

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ parameters:
77

88
-
99
message: "#^Access to private property \\$this\\(ErrorHeroModule\\\\Command\\\\BaseLoggingCommand\\)&ErrorHeroModule\\\\Listener\\\\Mvc\\:\\:\\$mvcEvent\\.$#"
10+
count: 4
11+
path: src/Command/BaseLoggingCommand.php
12+
13+
-
14+
message: "#^Parameter \\#1 \\$callback of function set_error_handler expects \\(callable\\(int, string, string, int\\)\\: bool\\)\\|null, array\\{\\$this\\(ErrorHeroModule\\\\Command\\\\BaseLoggingCommand\\), 'phpErrorHandler'\\} given\\.$#"
1015
count: 1
1116
path: src/Command/BaseLoggingCommand.php
1217

1318
-
14-
message: "#^Parameter \\#1 \\$callback of function set_error_handler expects \\(callable\\(int, string, string, int\\)\\: bool\\)\\|null, array\\{\\$this\\(ErrorHeroModule\\\\Command\\\\BaseLoggingCommand\\)\\|\\(\\$this\\(ErrorHeroModule\\\\Command\\\\BaseLoggingCommand\\)&ErrorHeroModule\\\\Listener\\\\Mvc\\), 'phpErrorHandler'\\} given\\.$#"
19+
message: "#^Parameter \\#1 \\$throwable of method ErrorHeroModule\\\\Command\\\\BaseLoggingCommand\\:\\:exceptionError\\(\\) expects Throwable, Laminas\\\\Mvc\\\\MvcEvent given\\.$#"
1520
count: 1
1621
path: src/Command/BaseLoggingCommand.php
1722

@@ -26,7 +31,7 @@ parameters:
2631
path: src/Listener/Mvc.php
2732

2833
-
29-
message: "#^Parameter \\#1 \\$callback of function set_error_handler expects \\(callable\\(int, string, string, int\\)\\: bool\\)\\|null, array\\{\\$this\\(ErrorHeroModule\\\\Listener\\\\Mvc\\)\\|\\(\\$this\\(ErrorHeroModule\\\\Listener\\\\Mvc\\)&ErrorHeroModule\\\\Listener\\\\Mvc\\), 'phpErrorHandler'\\} given\\.$#"
34+
message: "#^Parameter \\#1 \\$callback of function set_error_handler expects \\(callable\\(int, string, string, int\\)\\: bool\\)\\|null, array\\{\\$this\\(ErrorHeroModule\\\\Listener\\\\Mvc\\), 'phpErrorHandler'\\} given\\.$#"
3035
count: 1
3136
path: src/Listener/Mvc.php
3237

@@ -46,7 +51,7 @@ parameters:
4651
path: src/Middleware/Mezzio.php
4752

4853
-
49-
message: "#^Parameter \\#1 \\$callback of function set_error_handler expects \\(callable\\(int, string, string, int\\)\\: bool\\)\\|null, array\\{\\$this\\(ErrorHeroModule\\\\Middleware\\\\Mezzio\\)\\|\\(\\$this\\(ErrorHeroModule\\\\Middleware\\\\Mezzio\\)&ErrorHeroModule\\\\Listener\\\\Mvc\\), 'phpErrorHandler'\\} given\\.$#"
54+
message: "#^Parameter \\#1 \\$callback of function set_error_handler expects \\(callable\\(int, string, string, int\\)\\: bool\\)\\|null, array\\{\\$this\\(ErrorHeroModule\\\\Middleware\\\\Mezzio\\), 'phpErrorHandler'\\} given\\.$#"
5055
count: 1
5156
path: src/Middleware/Mezzio.php
5257

0 commit comments

Comments
 (0)