apply lint (php)

This commit is contained in:
Simon Vieille 2025-03-10 18:45:26 +01:00
commit 214cdaa330
3 changed files with 1 additions and 3 deletions

View file

@ -69,7 +69,7 @@ class Application extends App implements IBootstrap
$c->get(\OC_App::class),
$c->get(INavigationManager::class),
$c->get(IFactory::class),
$c->get(ConfigProxy::class),
$c->get(ConfigProxy::class),
$c->get(CategoryRepository::class),
$c->get(IEventDispatcher::class),
$c->get(IUserSession::class)

View file

@ -28,7 +28,6 @@ use OCA\SideMenu\Service\LangRepository;
use OCA\Theming\ThemingDefaults;
use OCP\AppFramework\Http\TemplateResponse;
use OCP\IL10N;
use OCP\ILogger;
use OCP\Settings\ISettings;
class Admin implements ISettings

View file

@ -24,7 +24,6 @@ use OCA\SideMenu\Service\AppRepository;
use OCA\SideMenu\Service\ConfigProxy;
use OCP\AppFramework\Http\TemplateResponse;
use OCP\IL10N;
use OCP\ILogger;
use OCP\IUserSession;
use OCP\Settings\ISettings;