mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/13232] Fix indentation
PHPBB3-13232
This commit is contained in:
@@ -72,8 +72,8 @@ class manager
|
|||||||
* @return \phpbb\cron\task\wrapper|null
|
* @return \phpbb\cron\task\wrapper|null
|
||||||
*/
|
*/
|
||||||
public function find_one_ready_task()
|
public function find_one_ready_task()
|
||||||
{
|
{
|
||||||
shuffle($this->tasks);
|
shuffle($this->tasks);
|
||||||
foreach ($this->tasks as $task)
|
foreach ($this->tasks as $task)
|
||||||
{
|
{
|
||||||
if ($task->is_ready())
|
if ($task->is_ready())
|
||||||
|
Reference in New Issue
Block a user