From 10c0b1ff10fc2ada9634a87eea0b8fc0ec980bb6 Mon Sep 17 00:00:00 2001 From: Daniel Opitz Date: Thu, 25 Apr 2019 13:04:56 +0200 Subject: removed warning about non utf8mb4 charset for mysql/mariadb - #496 (#497) Signed-off-by: Daniel Opitz --- lib/Service/StatusService.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'lib') diff --git a/lib/Service/StatusService.php b/lib/Service/StatusService.php index e611a34ea..85be58a5d 100644 --- a/lib/Service/StatusService.php +++ b/lib/Service/StatusService.php @@ -13,8 +13,6 @@ namespace OCA\News\Service; -use Doctrine\DBAL\Platforms\MySqlPlatform; - use OCP\IConfig; use OCP\IDBConnection; @@ -22,13 +20,13 @@ use OCA\News\Config\Config; class StatusService { - + /** @var IConfig */ private $settings; + /** @var Config */ private $config; + /** @var string */ private $appName; - /** - * @var IDBConnection - */ + /** @var IDBConnection */ private $connection; public function __construct( -- cgit v1.2.3