Skip to content

Commit

Permalink
Merge tag v2.3.24 into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed Aug 26, 2024
1 parent 264cd32 commit 2828134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AjaxControllers/AjaxEntitiesExplorerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function listAction(Request $request): JsonResponse
* @param array $configuration
* @return array<array>
*/
private function normalizeEntities(iterable $entities, array &$configuration): array
private function normalizeEntities(iterable $entities, array $configuration): array
{
$entitiesArray = [];

Expand Down
2 changes: 1 addition & 1 deletion src/Explorer/ConfigurableExplorerItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final class ConfigurableExplorerItem extends AbstractExplorerItem
{
public function __construct(
private readonly PersistableInterface $entity,
private readonly array &$configuration,
private readonly array $configuration,
private readonly RendererInterface $renderer,
private readonly DocumentUrlGeneratorInterface $documentUrlGenerator,
private readonly UrlGeneratorInterface $urlGenerator,
Expand Down

0 comments on commit 2828134

Please sign in to comment.