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 817848c commit 327a200Copy full SHA for 327a200
1 file changed
e2e/integration/composer-baseline.neon
@@ -215,6 +215,11 @@ parameters:
215
count: 1
216
path: repo/src/Composer/Console/Application.php
217
218
+ -
219
+ message: "#^Method Composer\\\\DependencyResolver\\\\Decisions\\:\\:next\\(\\) with return type void returns mixed but should not return anything\\.$#"
220
+ count: 1
221
+ path: repo/src/Composer/DependencyResolver/Decisions.php
222
+
223
-
224
message: "#^Access to an undefined property Composer\\\\Package\\\\PackageInterface\\:\\:\\$id\\.$#"
225
count: 4
0 commit comments