Skip to content

Commit

Permalink
chore: happify phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Aug 27, 2024
1 parent 38ed6d6 commit 39a7a04
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Client/DocumentsClientDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ private function buildMultipart(Document $document): array
$multipartKeywordFields = $this->buildFieldsForMultipart('keyword', $document->getKeywordFields());
$multipartFiles = $this->buildFilesForMultipart($document->getFiles());

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

Expand Down
1 change: 0 additions & 1 deletion src/Client/IncidentsClientDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ private function buildMultipart(Incident $incident): array
$incident->getSubTables(),
);

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

Expand Down

0 comments on commit 39a7a04

Please sign in to comment.