diff options
Diffstat (limited to 'lib/public/App')
-rw-r--r-- | lib/public/App/ManagerEvent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/App/ManagerEvent.php b/lib/public/App/ManagerEvent.php index 0853ce7981d..c2c6eca4683 100644 --- a/lib/public/App/ManagerEvent.php +++ b/lib/public/App/ManagerEvent.php @@ -70,7 +70,7 @@ class ManagerEvent extends Event { * @param \OCP\IGroup[]|null $groups * @since 9.0.0 */ - public function __construct($event, $appID, array $groups = null) { + public function __construct($event, $appID, ?array $groups = null) { $this->event = $event; $this->appID = $appID; $this->groups = $groups; |