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 7dc4cc6 commit 5dfc583Copy full SHA for 5dfc583
src/Rules/AttributesCheck.php
@@ -151,7 +151,7 @@ public function check(
151
'Unknown parameter $%s in call to ' . $attributeClassName . ' constructor.',
152
'Return type of call to ' . $attributeClassName . ' constructor contains unresolvable type.',
153
'Parameter %s of attribute class ' . $attributeClassName . ' constructor contains unresolvable type.',
154
- 'Attribute class ' . $attributeClassName . ' constructorinvoked with %s, but it\'s not allowed because of @no-named-arguments.',
+ 'Attribute class ' . $attributeClassName . ' constructor invoked with %s, but it\'s not allowed because of @no-named-arguments.',
155
],
156
'attribute',
157
$attributeConstructor->acceptsNamedArguments(),
0 commit comments