Skip to content

Commit

Permalink
Handle missing configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolineus committed Oct 14, 2024
1 parent 2fb0be0 commit b5eaf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventListener/NavigationArticleDCAListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function getArticles(MultiColumnWizard $dataContainer): array
*
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function loadForPage(array|string $rows, DataContainer $dataContainer): array
public function loadForPage(array|string|null $rows, DataContainer $dataContainer): array
{
$query = 'SELECT j.*
FROM tl_hofff_navi_art AS j
Expand Down

0 comments on commit b5eaf5e

Please sign in to comment.