From a732e29e9c1c48c35301887ab95d391d092b1c2f Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 1 Feb 2018 11:50:49 +0100 Subject: [PATCH] Fix CS --- src/shpub/Cli.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index fcc6070..080bfe8 100644 --- a/src/shpub/Cli.php +++ b/src/shpub/Cli.php @@ -125,7 +125,8 @@ class Cli array( 'short_name' => '-n', 'long_name' => '--dry-run', - 'description' => 'Do not send modifying HTTP request(s) to the server', + 'description' => 'Do not send modifying HTTP request(s)' + . ' to the server', 'action' => 'StoreTrue', 'default' => false, ) -- 2.30.2