Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber authored and github-actions[bot] committed Dec 2, 2024
1 parent 211cf2e commit 20ad90f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ interface LayoutDefinitionServiceInterface
{
/**
* @throws NotFoundException|Exception
*
* @return LayoutDefinition[]
*/
public function getLayoutDefinitionsForObject(int $dataObjectId): array;
Expand Down
1 change: 0 additions & 1 deletion src/Class/Service/ObjectBrick/LayoutDefinitionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,4 @@ private function collectFieldCollectionTypes(ClassDefinitionInterface $classDefi
}
}
}

}

0 comments on commit 20ad90f

Please sign in to comment.