mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12602] Fix coding style mistakes.
PHPBB3-12602
This commit is contained in:
parent
721a1d0bc4
commit
5aca27e8cf
3 changed files with 4 additions and 2 deletions
|
@ -88,3 +88,4 @@ class cron_list extends \phpbb\console\command\command
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
require_once dirname(__FILE__) . '/tasks/simple_ready.php';
|
||||
require_once dirname(__FILE__) . '/tasks/simple_not_ready.php';
|
||||
|
||||
use Symfony\Component\Console\Application;
|
||||
use Symfony\Component\Console\Tester\CommandTester;
|
||||
use phpbb\console\command\cron\cron_list;
|
||||
|
|
Loading…
Add table
Reference in a new issue