Browse Source

Fixing style errors.

stickler-ci 8 years ago
parent
commit
e003ec1dba
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/Console/ConsoleOptionParser.php

+ 6 - 6
src/Console/ConsoleOptionParser.php

@@ -414,12 +414,12 @@ class ConsoleOptionParser
         return $this->getEpilog();
     }
 
-  /**
-   * Enables sorting of subcommands
-   *
-   * @param bool $value Whether or not to sort subcommands
-   * @return $this
-   */
+    /**
+     * Enables sorting of subcommands
+     *
+     * @param bool $value Whether or not to sort subcommands
+     * @return $this
+     */
     public function enableSubcommandSort($value = true)
     {
         $this->_subcommandSort = (bool)$value;