Skip to content

Commit 0ad9e99

Browse files
committed
php-cs-fixer it up
1 parent cb6229e commit 0ad9e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/ClassSourceManipulator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ private function buildNodeExprByValue($value): Node\Expr
14541454
* builds an PHPParser attribute node.
14551455
*
14561456
* @param ClassNameDetails $attributeClass the attribute class which should be used for the attribute
1457-
* @param array $options the named arguments for the attribute ($key = argument name, $value = argument value)
1457+
* @param array $options the named arguments for the attribute ($key = argument name, $value = argument value)
14581458
*/
14591459
public function buildAttributeNode(ClassNameDetails $attributeClass, array $options): Node\Attribute
14601460
{

0 commit comments

Comments
 (0)