Skip to content

Commit 7155466

Browse files
author
Jeremiah VALERIE
committed
Fix var name
1 parent a8b6659 commit 7155466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ parameters:
531531
path: src/Event/TypeLoadedEvent.php
532532

533533
-
534-
message: "#^Parameter \\#1 \\$throwable of method Overblog\\\\GraphQLBundle\\\\EventListener\\\\ErrorLoggerListener\\:\\:log\\(\\) expects Throwable, Throwable\\|null given\\.$#"
534+
message: "#^Parameter \\#1 \\$exception of method Overblog\\\\GraphQLBundle\\\\EventListener\\\\ErrorLoggerListener\\:\\:log\\(\\) expects Throwable, Throwable\\|null given\\.$#"
535535
count: 2
536536
path: src/EventListener/ErrorLoggerListener.php
537537

0 commit comments

Comments
 (0)