Skip to content

Commit 8e47a1a

Browse files
Add missing @return $this annotations
1 parent e8908b6 commit 8e47a1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Compiler.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ public function getSource()
4343
return $this->source;
4444
}
4545

46+
/**
47+
* @return $this
48+
*/
4649
public function reset()
4750
{
4851
$this->source = '';

0 commit comments

Comments
 (0)