From 7c5ddca11863901ea21cdab69a092dbd16f863ff Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Thu, 21 Nov 2024 17:58:16 +0100 Subject: [PATCH] chore: add tests for PHP 8.4 --- src/Command/CKEditorInstallerCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Command/CKEditorInstallerCommand.php b/src/Command/CKEditorInstallerCommand.php index cfaae542..9863c627 100644 --- a/src/Command/CKEditorInstallerCommand.php +++ b/src/Command/CKEditorInstallerCommand.php @@ -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 = [];