Passed
Push — master ( e0d2b5...5f877a )
by Andreas
20:58
created
lib/midcom/services/auth/acl.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -253,15 +253,15 @@
 block discarded – undo
253 253
     private static array $_default_magic_class_privileges = [];
254 254
 
255 255
     /**
256
-    * Internal cache of the content privileges of users on content objects, this is
257
-    * an associative array using a combination of the user identifier and the object's
258
-    * guid as index. The privileges for the anonymous user use the magic
259
-    * EVERYONE as user identifier.
260
-    *
261
-    * This must not be merged with the class-wide privileges_cache, because otherwise
262
-    * class_default_privileges for child objects might be overridden by parent default
263
-    * privileges
264
-    */
256
+     * Internal cache of the content privileges of users on content objects, this is
257
+     * an associative array using a combination of the user identifier and the object's
258
+     * guid as index. The privileges for the anonymous user use the magic
259
+     * EVERYONE as user identifier.
260
+     *
261
+     * This must not be merged with the class-wide privileges_cache, because otherwise
262
+     * class_default_privileges for child objects might be overridden by parent default
263
+     * privileges
264
+     */
265 265
     private static array $_content_privileges_cache = [];
266 266
 
267 267
     /**
Please login to merge, or discard this patch.