Fix CS
authorChristian Weiske <cweiske@cweiske.de>
Thu, 1 Feb 2018 10:50:49 +0000 (11:50 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 1 Feb 2018 10:50:49 +0000 (11:50 +0100)
src/shpub/Cli.php

index fcc6070b436991de008a3592a6994f4cc1a3a582..080bfe8c6a10cd2f1481bfce11ad411b37878bbe 100644 (file)
@@ -125,7 +125,8 @@ class Cli
             array(
                 'short_name'  => '-n',
                 'long_name'   => '--dry-run',
             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,
             )
                 'action'      => 'StoreTrue',
                 'default'     => false,
             )