Skip to content

Commit 44d80c4

Browse files
committed
fix cs
1 parent e37d966 commit 44d80c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/Ast/BaseNode.php

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ abstract class BaseNode implements Node
99
private $attributes = [];
1010

1111
/**
12+
* @param string $key
1213
* @param mixed $value
1314
*/
1415
public function setAttribute(string $key, $value): void

0 commit comments

Comments
 (0)