Skip to content

Commit

Permalink
Break something for testing purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed May 10, 2024
1 parent 3f66722 commit e0ab2d7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ public function extract(FlowContext $context) : \Generator

$rowData = \fgets($stream->resource());

if ($rowData === false) {
return;
}

while ($rowData !== false) {
if ($shouldPutInputIntoRows) {
$row = [['text' => \rtrim($rowData), '_input_file_uri' => $stream->path()->uri()]];
Expand Down

0 comments on commit e0ab2d7

Please sign in to comment.