diff options
Diffstat (limited to 'lib/private/AppFramework/Bootstrap/BootContext.php')
-rw-r--r-- | lib/private/AppFramework/Bootstrap/BootContext.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/AppFramework/Bootstrap/BootContext.php b/lib/private/AppFramework/Bootstrap/BootContext.php index f21d7d00b1e..8c37d00a419 100644 --- a/lib/private/AppFramework/Bootstrap/BootContext.php +++ b/lib/private/AppFramework/Bootstrap/BootContext.php @@ -31,7 +31,6 @@ use OCP\AppFramework\IAppContainer; use OCP\IServerContainer; class BootContext implements IBootContext { - /** @var IAppContainer */ private $appContainer; |