Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mfdsix committed Sep 6, 2023
1 parent 4fe0fed commit a1c9910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Smalot/PdfParser/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ public function getDataTm(array $dataCommands = null): array
$extractedData = [];
foreach ($dataCommands as $command) {

if(!isset($extractedTexts[\count($extractedData)])){
if (!isset($extractedTexts[\count($extractedData)])) {
continue;
}

Expand Down

0 comments on commit a1c9910

Please sign in to comment.