mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/17010] Resolve phing sniff issues
PHPBB3-17010
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
|
||||
namespace phpbb\db\migration\data\v400;
|
||||
|
||||
use Minishlink\WebPush\VAPID;
|
||||
use phpbb\db\migration\migration;
|
||||
|
||||
class add_webpush extends migration
|
||||
|
@@ -15,7 +15,6 @@ namespace phpbb\notification\method;
|
||||
|
||||
use phpbb\config\config;
|
||||
use phpbb\db\driver\driver_interface;
|
||||
use phpbb\json\sanitizer;
|
||||
use phpbb\notification\type\type_interface;
|
||||
use phpbb\user;
|
||||
use phpbb\user_loader;
|
||||
@@ -250,7 +249,6 @@ class webpush extends \phpbb\notification\method\messenger_base
|
||||
// @todo: write to log
|
||||
}
|
||||
|
||||
|
||||
// We're done, empty the queue
|
||||
$this->empty_queue();
|
||||
}
|
||||
|
Reference in New Issue
Block a user