mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/system-cron] add spaces to comply with coding guidelines
PHPBB3-9596
This commit is contained in:
parent
132d2c2bd8
commit
4f86b4d205
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class phpbb_cron_task_core_prune_forum extends phpbb_cron_task_base implements p
|
|||
* and a database query will be performed to load the necessary information
|
||||
* about the forum.
|
||||
*/
|
||||
public function __construct($forum_data=null)
|
||||
public function __construct($forum_data = null)
|
||||
{
|
||||
global $db;
|
||||
if ($forum_data)
|
||||
|
|
Loading…
Add table
Reference in a new issue