We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389b709 commit aadba38Copy full SHA for aadba38
app/Domains/Documents/Transformers/DocXTransformer.php
@@ -77,7 +77,6 @@ public function handle(Document $document): array
77
}
78
79
80
- /** @phpstan-ignore-next-line */
81
$content_flattened = collect($content)->map(
82
function ($item) {
83
if ($item instanceof TextRun) {
0 commit comments