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.
reset()
1 parent 28543e9 commit 214d120Copy full SHA for 214d120
DataCollector/AbstractDataCollector.php
@@ -23,11 +23,6 @@ public function getName(): string
23
return static::class;
24
}
25
26
- public function reset(): void
27
- {
28
- $this->data = [];
29
- }
30
-
31
public static function getTemplate(): ?string
32
{
33
return null;
composer.json
@@ -25,7 +25,7 @@
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/error-handler": "^6.1|^7.0",
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
- "symfony/http-foundation": "^6.3|^7.0",
+ "symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.3|^7.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/filesystem": "^5.4|^6.0|^7.0",
0 commit comments