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.
TARGET_CLASS
1 parent 9095c03 commit 5d60826Copy full SHA for 5d60826
packages/container/src/Decorator.php
@@ -6,7 +6,7 @@
6
7
use Attribute;
8
9
-#[Attribute]
+#[Attribute(Attribute::TARGET_CLASS)]
10
final readonly class Decorator
11
{
12
public function __construct(
0 commit comments