PHP CS fixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
aad16c8508
commit
f93d55eebd
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com>
|
||||
|
|
|
@ -33,7 +33,6 @@ declare(strict_types=1);
|
|||
namespace OC\AppFramework\Routing;
|
||||
|
||||
use OC\AppFramework\DependencyInjection\DIContainer;
|
||||
use OCP\AppFramework\App;
|
||||
use OCP\Route\IRouter;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue