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.
1 parent b2af9c7 commit 5ac1548Copy full SHA for 5ac1548
src/Sheet/FingersCrossed/Loader.php
@@ -20,11 +20,8 @@
20
{
21
public function __construct(
22
private WriterInterface $writer,
23
- private string $sheetName,
24
private LoggerInterface $logger = new NullLogger()
25
) {
26
- /* @phpstan-ignore-next-line */
27
- $this->writer->getCurrentSheet()->setName($this->sheetName);
28
}
29
30
public function load(): \Generator
src/Sheet/Safe/Loader.php
@@ -18,11 +18,8 @@
18
19
0 commit comments