Fix OCPSinceChecker and php-cs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
163463dea5
commit
08e78ff3b2
|
@ -25,7 +25,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace OC\AppFramework\Services;
|
namespace OC\AppFramework\Services;
|
||||||
|
|
||||||
use OCP\AppFramework\Services\Closure;
|
|
||||||
use OCP\AppFramework\Services\IInitialState;
|
use OCP\AppFramework\Services\IInitialState;
|
||||||
use OCP\IInitialStateService;
|
use OCP\IInitialStateService;
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
/**
|
/**
|
||||||
* @copyright Copyright (c) 2020, Roeland Jago Douma <roeland@famdouma.nl>
|
* @copyright Copyright (c) 2020, Roeland Jago Douma <roeland@famdouma.nl>
|
||||||
|
@ -24,6 +25,9 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace OCP\AppFramework\Services;
|
namespace OCP\AppFramework\Services;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @since 20.0.0
|
||||||
|
*/
|
||||||
interface IInitialState {
|
interface IInitialState {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue