Skip to content

Commit

Permalink
fix: Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Paweł Niedzielski <pawel.niedzielski@ibexa.co>
  • Loading branch information
Nattfarinn and Steveb-p authored Mar 21, 2024
1 parent b1d6e31 commit 1660810
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public function testExtractContentFromRowsWithRemovedFieldDefinitions(): void
$contentType = $this->getContentTypeFromRows($rowsFixture);
$contentType->fieldDefinitions = array_filter(
$contentType->fieldDefinitions,
static function (Content\Type\FieldDefinition $fieldDefinition) {
static function (Content\Type\FieldDefinition $fieldDefinition): bool {
// ref. fixtures, ezauthor
return $fieldDefinition->id !== 185;
}
Expand Down

0 comments on commit 1660810

Please sign in to comment.