aboutsummaryrefslogtreecommitdiff
path: root/lib/models/resources/Room.class.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2023-05-08 17:08:52 +0200
committerJan-Hendrik Willms <tleilax+github@gmail.com>2023-05-08 17:08:52 +0200
commita1fda2758e9c241ac3eb980ac8716dfedbe9dd3c (patch)
tree2190f0478fb153efdb8ba48ebb574c7691f4f351 /lib/models/resources/Room.class.php
parent244d00ed91ad2b4b83e902a45cd6def3d7bc7e86 (diff)
let phpcsfixer fix errors according to @PSR12 rules on lib/modelsphpcsfixer
Diffstat (limited to 'lib/models/resources/Room.class.php')
-rw-r--r--lib/models/resources/Room.class.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/models/resources/Room.class.php b/lib/models/resources/Room.class.php
index 1c9a0e4..c52b333 100644
--- a/lib/models/resources/Room.class.php
+++ b/lib/models/resources/Room.class.php
@@ -169,8 +169,7 @@ class Room extends Resource
$limit = 0,
$searchable_rooms = [],
$properties = []
- )
- {
+ ) {
//We have to check first if the user is permitted to search:
//The user must have at least 'tutor' status in the
//room and resource management:
@@ -543,8 +542,7 @@ class Room extends Resource
$comment = '',
$properties = [],
$preparation_time = 0
- )
- {
+ ) {
$request = parent::createRequest(
$user,
$date_range_id,