Skip to content

Commit 3edccb4

Browse files
committed
Apply phpcs
1 parent 2d4ecc1 commit 3edccb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BuilderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ interface BuilderInterface
1515
*
1616
* @param NodeInterface|TokenInterface|iterable<NodeInterface|TokenInterface> $result
1717
*/
18-
public function build(Context $context, /* mixed */ $result)/*: mixed*/;
18+
public function build(Context $context, /* mixed */ $result)/* : mixed */;
1919
}

0 commit comments

Comments
 (0)