From 9ed585c92d8463f33c03b6a61bdd75c0e47f4fc4 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 22 Dec 2022 05:07:44 +0000 Subject: [PATCH] Apply fixes from StyleCI --- cli/includes/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/includes/helpers.php b/cli/includes/helpers.php index 4f44121..8de7daf 100644 --- a/cli/includes/helpers.php +++ b/cli/includes/helpers.php @@ -48,10 +48,10 @@ function writer($writer = null) } $container->instance('writer', $writer); + return null; } - /** * Output the given text to the console. *