mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 20:24:08 +02:00
[ticket/11159] Static public is the currently approved order.
PHPBB3-11159
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
class phpbb_ext_testext_cron_dummy_task extends phpbb_cron_task_base
|
||||
{
|
||||
public static $was_run = 0;
|
||||
static public $was_run = 0;
|
||||
|
||||
public function get_name()
|
||||
{
|
||||
|
Reference in New Issue
Block a user