Skip to content

Commit

Permalink
fix builder interface attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Aug 3, 2023
1 parent 4f19b30 commit ab455e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ToolboxBundle/Builder/BrickConfigBuilderInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ interface BrickConfigBuilderInterface
{
public function buildConfiguration(?Info $info, string $brickId, array $areaConfig = [], array $themeOptions = [], bool $isInlineContext = false): EditableDialogBoxConfiguration;

public function buildConfigurationData(Info $info, string $brickId, array $areaConfig = [], array $themeOptions = []): array;
public function buildConfigurationData(Info $info, string $brickId, array $areaConfig = [], array $themeOptions = [], bool $isInlineContext = false): array;
}

0 comments on commit ab455e7

Please sign in to comment.