Skip to content

Commit 5dfc583

Browse files
committed
Fix typo
1 parent 7dc4cc6 commit 5dfc583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/AttributesCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function check(
151151
'Unknown parameter $%s in call to ' . $attributeClassName . ' constructor.',
152152
'Return type of call to ' . $attributeClassName . ' constructor contains unresolvable type.',
153153
'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.',
154+
'Attribute class ' . $attributeClassName . ' constructor invoked with %s, but it\'s not allowed because of @no-named-arguments.',
155155
],
156156
'attribute',
157157
$attributeConstructor->acceptsNamedArguments(),

0 commit comments

Comments
 (0)