Skip to content

Commit 001f788

Browse files
committed
Comment should inherit from Line
1 parent 603f6fb commit 001f788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClassTemplate/Comment.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Exception;
66
use ClassTemplate\Exception\InvalidArgumentTypeException;
77

8-
class Comment extends Statement implements Renderable
8+
class Comment extends Line implements Renderable
99
{
1010
public $comment;
1111

0 commit comments

Comments
 (0)