Skip to content

Commit 39a7a04

Browse files
committed
chore: happify phpstan
1 parent 38ed6d6 commit 39a7a04

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Client/DocumentsClientDecorator.php

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ private function buildMultipart(Document $document): array
4747
$multipartKeywordFields = $this->buildFieldsForMultipart('keyword', $document->getKeywordFields());
4848
$multipartFiles = $this->buildFilesForMultipart($document->getFiles());
4949

50-
// @phpstan-ignore-next-line Use value object over return of values
5150
return [...$multipartIndexFields, ...$multipartKeywordFields, ...$multipartFiles];
5251
}
5352

src/Client/IncidentsClientDecorator.php

-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ private function buildMultipart(Incident $incident): array
9191
$incident->getSubTables(),
9292
);
9393

94-
// @phpstan-ignore-next-line Use value object over return of values
9594
return [...$multipart, ...$multipartProcessTableFields, ...$multipartSubTables];
9695
}
9796

0 commit comments

Comments
 (0)