Skip to content

Commit

Permalink
Add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber committed Dec 2, 2024
1 parent 20ad90f commit 219fd2a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
namespace Pimcore\Bundle\StudioBackendBundle\Class\Service\ObjectBrick;

use Exception;
use Pimcore\Bundle\StudioBackendBundle\Class\Schema\ObjectBrick\LayoutDefinition;
use Pimcore\Bundle\StudioBackendBundle\Exception\Api\NotFoundException;

/**
Expand All @@ -26,6 +27,7 @@ interface LayoutDefinitionServiceInterface
{
/**
* @throws NotFoundException|Exception
* @return LayoutDefinition[]
*/
public function getLayoutDefinitionsForObject(int $dataObjectId): array;
}

0 comments on commit 219fd2a

Please sign in to comment.