Skip to content

Commit 5133303

Browse files
Remove unused set method from CollectorService.
1 parent 526a0bf commit 5133303

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/Services/CollectorService.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ class CollectorService
88
{
99
protected array $data = [];
1010

11-
public function set(array $values): static
12-
{
13-
$this->data = $values;
14-
15-
return $this;
16-
}
17-
1811
public function push(int|string $name, array $values): static
1912
{
2013
$this->data[$name][] = $values;

0 commit comments

Comments
 (0)