apply lint (php)
This commit is contained in:
parent
7ab3269fbe
commit
214cdaa330
3 changed files with 1 additions and 3 deletions
|
|
@ -69,7 +69,7 @@ class Application extends App implements IBootstrap
|
||||||
$c->get(\OC_App::class),
|
$c->get(\OC_App::class),
|
||||||
$c->get(INavigationManager::class),
|
$c->get(INavigationManager::class),
|
||||||
$c->get(IFactory::class),
|
$c->get(IFactory::class),
|
||||||
$c->get(ConfigProxy::class),
|
$c->get(ConfigProxy::class),
|
||||||
$c->get(CategoryRepository::class),
|
$c->get(CategoryRepository::class),
|
||||||
$c->get(IEventDispatcher::class),
|
$c->get(IEventDispatcher::class),
|
||||||
$c->get(IUserSession::class)
|
$c->get(IUserSession::class)
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@ use OCA\SideMenu\Service\LangRepository;
|
||||||
use OCA\Theming\ThemingDefaults;
|
use OCA\Theming\ThemingDefaults;
|
||||||
use OCP\AppFramework\Http\TemplateResponse;
|
use OCP\AppFramework\Http\TemplateResponse;
|
||||||
use OCP\IL10N;
|
use OCP\IL10N;
|
||||||
use OCP\ILogger;
|
|
||||||
use OCP\Settings\ISettings;
|
use OCP\Settings\ISettings;
|
||||||
|
|
||||||
class Admin implements ISettings
|
class Admin implements ISettings
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@ use OCA\SideMenu\Service\AppRepository;
|
||||||
use OCA\SideMenu\Service\ConfigProxy;
|
use OCA\SideMenu\Service\ConfigProxy;
|
||||||
use OCP\AppFramework\Http\TemplateResponse;
|
use OCP\AppFramework\Http\TemplateResponse;
|
||||||
use OCP\IL10N;
|
use OCP\IL10N;
|
||||||
use OCP\ILogger;
|
|
||||||
use OCP\IUserSession;
|
use OCP\IUserSession;
|
||||||
use OCP\Settings\ISettings;
|
use OCP\Settings\ISettings;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue