mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-27 10:14:47 +02:00
[ticket/17535] Convert config files, make data providers static
PHPBB-17535
This commit is contained in:
@@ -91,7 +91,7 @@ class test_ucp_controller_webpush_test extends phpbb_database_test_case
|
||||
);
|
||||
}
|
||||
|
||||
public function data_notification_exceptions(): array
|
||||
public static function data_notification_exceptions(): array
|
||||
{
|
||||
return [
|
||||
'not_ajax' => [
|
||||
|
Reference in New Issue
Block a user