1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 09:16:55 +02:00

[feature/dic] Make cron task attributes protected, one per line

PHPBB3-10739
This commit is contained in:
Igor Wiedler
2012-08-25 16:51:19 +02:00
parent 4feb9aa8d7
commit 4f0f63ae8f
10 changed files with 31 additions and 11 deletions

View File

@@ -23,7 +23,9 @@ if (!defined('IN_PHPBB'))
*/
class phpbb_cron_task_wrapper
{
private $task, $phpbb_root_path, $php_ext;
protected $task;
protected $phpbb_root_path;
protected $php_ext;
/**
* Constructor.