aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command
diff options
context:
space:
mode:
authorLEZY Thomas <thomas.gif.91@gmail.com>2014-05-28 18:02:30 +0200
committerLEZY Thomas <thomas.gif.91@gmail.com>2014-05-28 18:02:30 +0200
commit0d839cbefc19247fd2b4c1132b91083bf0983305 (patch)
tree3f283bb435694940d52710e4aad568463239b600 /phpBB/phpbb/console/command
parent5fca30813809c4fbbcad0ffc12903eda6279b88b (diff)
downloadforums-0d839cbefc19247fd2b4c1132b91083bf0983305.tar
forums-0d839cbefc19247fd2b4c1132b91083bf0983305.tar.gz
forums-0d839cbefc19247fd2b4c1132b91083bf0983305.tar.bz2
forums-0d839cbefc19247fd2b4c1132b91083bf0983305.tar.xz
forums-0d839cbefc19247fd2b4c1132b91083bf0983305.zip
[ticket/12597] Modification of return statuses and of test files
PHPBB3-12597
Diffstat (limited to 'phpBB/phpbb/console/command')
-rw-r--r--phpBB/phpbb/console/command/cron/run_all.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/cron/run_all.php b/phpBB/phpbb/console/command/cron/run_all.php
index 38a7735c03..e2d235395b 100644
--- a/phpBB/phpbb/console/command/cron/run_all.php
+++ b/phpBB/phpbb/console/command/cron/run_all.php
@@ -60,7 +60,7 @@ class run_all extends \phpbb\console\command\command
* @param InputInterface input The input stream, unused here
* @param OutputInterface output The output stream, used for printig verbose-mode
* and error information.
- * @return null
+ * @return boolean 0 if all is ok, 1 if a lock error occured
*/
protected function execute(InputInterface $input, OutputInterface $output)
{