We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
void
ResetInterface::reset()
1 parent d11c111 commit 32736f6Copy full SHA for 32736f6
src/Collector/Collector.php
@@ -40,7 +40,7 @@ public function __construct(?int $capturedBodyLength = null)
40
/**
41
* {@inheritdoc}
42
*/
43
- public function reset()
+ public function reset(): void
44
{
45
$this->data['stacks'] = [];
46
$this->activeStack = null;
0 commit comments