From 00c409b587722d012e84e6f17e40f2a2de88efb1 Mon Sep 17 00:00:00 2001 From: "S. Simeonov" Date: Sun, 28 Jul 2019 12:32:56 +0300 Subject: [PATCH] Fix for phpcs --- src/Commands/HealthCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/HealthCommand.php b/src/Commands/HealthCommand.php index 8244113..f28a1e8 100644 --- a/src/Commands/HealthCommand.php +++ b/src/Commands/HealthCommand.php @@ -120,4 +120,4 @@ private function formattedOutput(string $status, string $name, $data = null) return $result; } -} \ No newline at end of file +}