Skip to content

Commit

Permalink
stan is too smart
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 1, 2024
1 parent 389b709 commit aadba38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Domains/Documents/Transformers/DocXTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public function handle(Document $document): array
}
}

/** @phpstan-ignore-next-line */
$content_flattened = collect($content)->map(
function ($item) {
if ($item instanceof TextRun) {
Expand Down

0 comments on commit aadba38

Please sign in to comment.