Skip to content

Commit

Permalink
Corrected CS
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszdebinski authored and tomaszszopinski committed Feb 4, 2025
1 parent 0b497c3 commit 0f06579
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class BeforeLoadContentEvent extends BeforeEvent
*/
public function __construct(
int $contentId,
array $languages = null,
?array $languages = null,
?int $versionNo = null,
bool $useAlwaysAvailable = true
) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class LoadContentEvent extends AfterEvent
public function __construct(
Content $content,
int $contentId,
array $languages = null,
?array $languages = null,
?int $versionNo = null,
bool $useAlwaysAvailable = true
) {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Event/ContentService.php
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ public function revealContent(ContentInfo $contentInfo): void

public function loadContent(
int $contentId,
array $languages = null,
?array $languages = null,
?int $versionNo = null,
bool $useAlwaysAvailable = true
): Content {
Expand Down

0 comments on commit 0f06579

Please sign in to comment.