We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603f6fb commit 001f788Copy full SHA for 001f788
src/ClassTemplate/Comment.php
@@ -5,7 +5,7 @@
5
use Exception;
6
use ClassTemplate\Exception\InvalidArgumentTypeException;
7
8
-class Comment extends Statement implements Renderable
+class Comment extends Line implements Renderable
9
{
10
public $comment;
11
0 commit comments