Skip to content

Commit 817ba2f

Browse files
authored
Update ContainerTest.php
1 parent ca2b291 commit 817ba2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Container/ContainerTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,9 @@ class WildcardConcrete implements WildcardOnlyInterface
12131213
{
12141214
}
12151215

1216-
// The order of these attributes matters because we want to ensure we only fallback to '*' when there's no more specific environment.
1216+
/*
1217+
* The order of these attributes matters because we want to ensure we only fallback to '*' when there's no more specific environment.
1218+
*/
12171219
#[Bind(FallbackConcrete::class)]
12181220
#[Bind(ProdConcrete::class, environments: 'prod')]
12191221
interface WildcardAndProdInterface

0 commit comments

Comments
 (0)