Skip to content

Commit 1df8282

Browse files
Fix return types
1 parent 16a4b18 commit 1df8282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function getSource(): string
4444
/**
4545
* @return $this
4646
*/
47-
public function reset()
47+
public function reset(): static
4848
{
4949
$this->source = '';
5050

0 commit comments

Comments
 (0)