We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7100bfb commit 6a7d98fCopy full SHA for 6a7d98f
e2e/integration/composer-baseline.neon
@@ -80,6 +80,16 @@ parameters:
80
count: 1
81
path: repo/src/Composer/Command/InitCommand.php
82
83
+ -
84
+ message: "#^Empty array passed to foreach\\.$#"
85
+ count: 1
86
+ path: repo/src/Composer/Command/InitCommand.php
87
+
88
89
+ message: "#^Call to function unset\\(\\) contains undefined variable \\$requiredPackage\\.$#"
90
91
92
93
-
94
message: "#^Parameter \\#1 \\$command of class Symfony\\\\Component\\\\Process\\\\Process constructor expects array, string given\\.$#"
95
0 commit comments