Fix OCPSinceChecker and php-cs

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2020-05-08 11:20:46 +02:00
parent 163463dea5
commit 08e78ff3b2
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
2 changed files with 4 additions and 1 deletions

View File

@ -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;

View File

@ -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 {
/** /**