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 ca2b291 commit 817ba2fCopy full SHA for 817ba2f
tests/Container/ContainerTest.php
@@ -1213,7 +1213,9 @@ class WildcardConcrete implements WildcardOnlyInterface
1213
{
1214
}
1215
1216
-// The order of these attributes matters because we want to ensure we only fallback to '*' when there's no more specific environment.
+/*
1217
+ * The order of these attributes matters because we want to ensure we only fallback to '*' when there's no more specific environment.
1218
+ */
1219
#[Bind(FallbackConcrete::class)]
1220
#[Bind(ProdConcrete::class, environments: 'prod')]
1221
interface WildcardAndProdInterface
0 commit comments