Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3cbd481

Browse files
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

Lines changed: 3 additions & 3 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /