Skip to content

Commit

Permalink
[TASK] set phpstan-ignore-line for bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
freshworkx committed May 29, 2024
1 parent 1d3ee32 commit 4205e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Domain/Transfer/CollectionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function __construct(AbstractFileCollection $fileCollection, array $fileO

// Consider the original description field of sys_file_collection
if (empty($this->description)) {
$this->setDescription($fileCollection->getDescription() ?? '');
$this->setDescription($fileCollection->getDescription() ?? ''); /** @phpstan-ignore-line */
}
}

Expand Down

0 comments on commit 4205e0f

Please sign in to comment.