Browse Source

Merge pull request #7172 from bcrowe/return-type

Fix return type
Mark Story 10 years ago
parent
commit
31ade2142c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Shell/Task/UnloadTask.php

+ 1 - 1
src/Shell/Task/UnloadTask.php

@@ -34,7 +34,7 @@ class UnloadTask extends Shell
      * Execution method always used for tasks.
      *
      * @param string $plugin The plugin name.
-     * @return boolean if action passed.
+     * @return bool if action passed.
      */
     public function main($plugin = null)
     {