@@ -57,14 +57,14 @@ Feature: Exception
5757 When I run Psalm
5858 Then I see these errors
5959 | Type | Message |
60- | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::emergency expects array {exception ?: Exception }, but array {exception : " foo " } provided |
61- | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::alert expects array {exception ?: Exception }, but array {exception : " foo " } provided |
62- | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::critical expects array {exception ?: Exception }, but array {exception : " foo " } provided |
63- | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::error expects array {exception ?: Exception }, but array {exception : " foo " } provided |
64- | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::warning expects array {exception ?: Exception }, but array {exception : " foo " } provided |
65- | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::notice expects array {exception ?: Exception }, but array {exception : " foo " } provided |
66- | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::info expects array {exception ?: Exception }, but array {exception : " foo " } provided |
67- | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::debug expects array {exception ?: Exception }, but array {exception : " foo " } provided |
60+ | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::emergency expects array {exception ?: Exception }, but array {exception : ' foo ' } provided |
61+ | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::alert expects array {exception ?: Exception }, but array {exception : ' foo ' } provided |
62+ | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::critical expects array {exception ?: Exception }, but array {exception : ' foo ' } provided |
63+ | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::error expects array {exception ?: Exception }, but array {exception : ' foo ' } provided |
64+ | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::warning expects array {exception ?: Exception }, but array {exception : ' foo ' } provided |
65+ | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::notice expects array {exception ?: Exception }, but array {exception : ' foo ' } provided |
66+ | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::info expects array {exception ?: Exception }, but array {exception : ' foo ' } provided |
67+ | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::debug expects array {exception ?: Exception }, but array {exception : ' foo ' } provided |
6868 | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::emergency expects array {exception ?: Exception }, but array {exception : Error } provided |
6969 | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::alert expects array {exception ?: Exception }, but array {exception : Error } provided |
7070 | InvalidArgument | Argument 2 of Psr \Log \LoggerInterface ::critical expects array {exception ?: Exception }, but array {exception : Error } provided |
@@ -98,14 +98,14 @@ Feature: Exception
9898 When I run Psalm
9999 Then I see these errors
100100 | Type | Message |
101- | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::emergency expects array {exception ?: Exception }, but array {exception : " foo " } provided |
102- | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::alert expects array {exception ?: Exception }, but array {exception : " foo " } provided |
103- | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::critical expects array {exception ?: Exception }, but array {exception : " foo " } provided |
104- | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::error expects array {exception ?: Exception }, but array {exception : " foo " } provided |
105- | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::warning expects array {exception ?: Exception }, but array {exception : " foo " } provided |
106- | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::notice expects array {exception ?: Exception }, but array {exception : " foo " } provided |
107- | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::info expects array {exception ?: Exception }, but array {exception : " foo " } provided |
108- | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::debug expects array {exception ?: Exception }, but array {exception : " foo " } provided |
101+ | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::emergency expects array {exception ?: Exception }, but array {exception : ' foo ' } provided |
102+ | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::alert expects array {exception ?: Exception }, but array {exception : ' foo ' } provided |
103+ | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::critical expects array {exception ?: Exception }, but array {exception : ' foo ' } provided |
104+ | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::error expects array {exception ?: Exception }, but array {exception : ' foo ' } provided |
105+ | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::warning expects array {exception ?: Exception }, but array {exception : ' foo ' } provided |
106+ | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::notice expects array {exception ?: Exception }, but array {exception : ' foo ' } provided |
107+ | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::info expects array {exception ?: Exception }, but array {exception : ' foo ' } provided |
108+ | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::debug expects array {exception ?: Exception }, but array {exception : ' foo ' } provided |
109109 | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::emergency expects array {exception ?: Exception }, but array {exception : Error } provided |
110110 | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::alert expects array {exception ?: Exception }, but array {exception : Error } provided |
111111 | InvalidArgument | Argument 2 of Psr \Log \AbstractLogger ::critical expects array {exception ?: Exception }, but array {exception : Error } provided |
0 commit comments