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 af178b5 commit 3cbd481Copy full SHA for 3cbd481
src/Ast/BaseNode.php
@@ -8,9 +8,9 @@ abstract class BaseNode implements Node
8
/** @var array<string, mixed> */
9
private $attributes = [];
10
11
- /**
12
- * @param mixed $value
13
- */
+ /**
+ * @param mixed $value
+ */
14
public function setAttribute(string $key, $value): void
15
{
16
$this->attributes[$key] = $value;
0 commit comments