Skip to content

Commit

Permalink
Static analyze fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Mar 23, 2024
1 parent 497786f commit 8d2d1a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/etl/src/Flow/ETL/Loader/StreamLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ private function getStream()
throw new RuntimeException("Can't open stream for url: {$this->url} in mode: {$this->mode->value}");
}

/** @phpstan-ignore-next-line */
return $this->stream;
}
}

0 comments on commit 8d2d1a6

Please sign in to comment.