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 cb6229e commit 0ad9e99Copy full SHA for 0ad9e99
src/Util/ClassSourceManipulator.php
@@ -1454,7 +1454,7 @@ private function buildNodeExprByValue($value): Node\Expr
1454
* builds an PHPParser attribute node.
1455
*
1456
* @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)
+ * @param array $options the named arguments for the attribute ($key = argument name, $value = argument value)
1458
*/
1459
public function buildAttributeNode(ClassNameDetails $attributeClass, array $options): Node\Attribute
1460
{
0 commit comments