summaryrefslogtreecommitdiffstats
path: root/lib/Webinary.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-05-12 15:04:42 +0200
committerJoas Schilling <coding@schilljs.com>2020-05-12 15:04:42 +0200
commit84d42604e60aa1c31ecf698dcc069f36c494148a (patch)
tree0c881194abad7aa1d6c103f1bad2b201b1c7acd4 /lib/Webinary.php
parent851f76ecd2be9302cf7938e287929f9296b398d0 (diff)
Run cs:fix
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Webinary.php')
-rw-r--r--lib/Webinary.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Webinary.php b/lib/Webinary.php
index 7b15053f1..d29866b6a 100644
--- a/lib/Webinary.php
+++ b/lib/Webinary.php
@@ -1,4 +1,5 @@
<?php
+
declare(strict_types=1);
/**
* @copyright Copyright (c) 2019 Joas Schilling <coding@schilljs.com>
@@ -22,10 +23,7 @@ declare(strict_types=1);
namespace OCA\Talk;
-
class Webinary {
-
public const LOBBY_NONE = 0;
public const LOBBY_NON_MODERATORS = 1;
-
}