Skip to content

Commit 4b9f646

Browse files
committed
chore: add tests for PHP 8.4
1 parent 4bd88b6 commit 4b9f646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Command/CKEditorInstallerCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ private function info(string $message, OutputInterface $output): void
290290
private function block(
291291
string $message,
292292
OutputInterface $output,
293-
string $background = null,
294-
string $font = null
293+
?string $background = null,
294+
?string $font = null
295295
): void {
296296
$options = [];
297297

0 commit comments

Comments
 (0)