Passed
Push — master ( 8cc7e2...7ff907 )
by Andreas
23:52
created
lib/midcom/services/auth/acl.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -261,17 +261,17 @@
 block discarded – undo
261 261
     private static $_default_magic_class_privileges = [];
262 262
 
263 263
     /**
264
-    * Internal cache of the content privileges of users on content objects, this is
265
-    * an associative array using a combination of the user identifier and the object's
266
-    * guid as index. The privileges for the anonymous user use the magic
267
-    * EVERYONE as user identifier.
268
-    *
269
-    * This must not be merged with the class-wide privileges_cache, because otherwise
270
-    * class_default_privileges for child objects might be overridden by parent default
271
-    * privileges
272
-    *
273
-    * @var array
274
-    */
264
+     * Internal cache of the content privileges of users on content objects, this is
265
+     * an associative array using a combination of the user identifier and the object's
266
+     * guid as index. The privileges for the anonymous user use the magic
267
+     * EVERYONE as user identifier.
268
+     *
269
+     * This must not be merged with the class-wide privileges_cache, because otherwise
270
+     * class_default_privileges for child objects might be overridden by parent default
271
+     * privileges
272
+     *
273
+     * @var array
274
+     */
275 275
     private static $_content_privileges_cache = [];
276 276
 
277 277
     /**
Please login to merge, or discard this patch.