mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/13232] Fix indentation
PHPBB3-13232
This commit is contained in:
parent
df5366a5ca
commit
0cdd071230
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ class manager
|
|||
* @return \phpbb\cron\task\wrapper|null
|
||||
*/
|
||||
public function find_one_ready_task()
|
||||
{
|
||||
shuffle($this->tasks);
|
||||
{
|
||||
shuffle($this->tasks);
|
||||
foreach ($this->tasks as $task)
|
||||
{
|
||||
if ($task->is_ready())
|
||||
|
|
Loading…
Add table
Reference in a new issue