Skip to content

Commit 1dc44d1

Browse files
committedDec 19, 2024··
Merge remote-tracking branch 'origin/1.12.x' into 2.0.x
2 parents 4afa27b + 5dfc583 commit 1dc44d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Rules/AttributesCheck.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function check(
152152
'Unknown parameter $%s in call to ' . $attributeClassName . ' constructor.',
153153
'Return type of call to ' . $attributeClassName . ' constructor contains unresolvable type.',
154154
'%s of attribute class ' . $attributeClassName . ' constructor contains unresolvable type.',
155-
'Attribute class ' . $attributeClassName . ' constructorinvoked with %s, but it\'s not allowed because of @no-named-arguments.',
155+
'Attribute class ' . $attributeClassName . ' constructor invoked with %s, but it\'s not allowed because of @no-named-arguments.',
156156
);
157157

158158
foreach ($parameterErrors as $error) {

0 commit comments

Comments
 (0)
Please sign in to comment.