Skip to content

Commit

Permalink
fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajodas committed Dec 28, 2020
1 parent 1716704 commit bfa2a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Keboola/GoogleDriveExtractor/Extractor/Output.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function createCsv(array $sheet): string

public function write(array $data, int $offset): void
{
if ($this->csv === null) {
if (!($this->csv instanceof CsvWriter)) {
return;
}

Expand Down

0 comments on commit bfa2a09

Please sign in to comment.