@@ -85,7 +85,7 @@ |
||
85 | 85 | /** |
86 | 86 | * Add decorator. |
87 | 87 | * |
88 | - * @return AttributeDecorator |
|
88 | + * @return NodeDecorator |
|
89 | 89 | */ |
90 | 90 | public function addDecorator(string $attribute, Closure $decorator): self |
91 | 91 | { |
@@ -72,7 +72,7 @@ |
||
72 | 72 | /** |
73 | 73 | * Add decorator. |
74 | 74 | * |
75 | - * @return AttributeDecorator |
|
75 | + * @return RoleDecorator |
|
76 | 76 | */ |
77 | 77 | public function addDecorator(string $attribute, Closure $decorator): self |
78 | 78 | { |