Skip to content

Commit 3cbd481

Browse files
committed
fixup! fixup! add editorconfig to keep tabs tabs
1 parent af178b5 commit 3cbd481

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Ast/BaseNode.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ abstract class BaseNode implements Node
88
/** @var array<string, mixed> */
99
private $attributes = [];
1010

11-
/**
12-
* @param mixed $value
13-
*/
11+
/**
12+
* @param mixed $value
13+
*/
1414
public function setAttribute(string $key, $value): void
1515
{
1616
$this->attributes[$key] = $value;

0 commit comments

Comments
 (0)