diff options
Diffstat (limited to 'lib/public/AppFramework')
-rw-r--r-- | lib/public/AppFramework/Services/IInitialState.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/public/AppFramework/Services/IInitialState.php b/lib/public/AppFramework/Services/IInitialState.php index e7314ef3322..91f7ec83d9b 100644 --- a/lib/public/AppFramework/Services/IInitialState.php +++ b/lib/public/AppFramework/Services/IInitialState.php @@ -1,4 +1,5 @@ <?php + declare(strict_types=1); /** * @copyright Copyright (c) 2020, Roeland Jago Douma <roeland@famdouma.nl> @@ -24,6 +25,9 @@ declare(strict_types=1); namespace OCP\AppFramework\Services; +/** + * @since 20.0.0 + */ interface IInitialState { /** |