From b6295fb1d3903c307c1701949054985e1a523ed0 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 2 Dec 2022 03:08:12 +0000 Subject: [PATCH] Apply fixes from StyleCI --- cli/includes/helpers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/includes/helpers.php b/cli/includes/helpers.php index 3150c8e..f04db5d 100644 --- a/cli/includes/helpers.php +++ b/cli/includes/helpers.php @@ -30,9 +30,9 @@ define('ISOLATED_PHP_VERSION', 'ISOLATED_PHP_VERSION'); /** - * Set or get a global console writer + * Set or get a global console writer. * - * @param null|Symfony\Component\Console\Output\ConsoleOutputInterface $writer + * @param null|Symfony\Component\Console\Output\ConsoleOutputInterface $writer * @return void|Symfony\Component\Console\Output\ConsoleOutputInterface */ function writer($writer = null)