Skip to content

Commit 32736f6

Browse files
authored
Add void return type to ResetInterface::reset() (#423)
1 parent d11c111 commit 32736f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Collector/Collector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function __construct(?int $capturedBodyLength = null)
4040
/**
4141
* {@inheritdoc}
4242
*/
43-
public function reset()
43+
public function reset(): void
4444
{
4545
$this->data['stacks'] = [];
4646
$this->activeStack = null;

0 commit comments

Comments
 (0)