Skip to content

Commit

Permalink
chore: add tests for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 authored and xabbuh committed Jan 13, 2025
1 parent 67b00c9 commit 7c5ddca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Command/CKEditorInstallerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ private function info(string $message, OutputInterface $output): void
private function block(
string $message,
OutputInterface $output,
string $background = null,
string $font = null
?string $background = null,
?string $font = null
): void {
$options = [];

Expand Down

0 comments on commit 7c5ddca

Please sign in to comment.