Passed
Push — master ( 82761a...afd45d )
by Jan
03:53
created
src/Entity/StructuralDBElement.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -329,12 +329,12 @@
 block discarded – undo
329 329
 
330 330
         if ($show_root) {
331 331
             $breadcrumb[] = array('label' => $root_name,
332
-                'disabled' => true, );
332
+                'disabled' => true,);
333 333
         }
334 334
 
335 335
         if (!$this->current_user->canDo(static::getPermissionName(), StructuralPermission::READ)) {
336 336
             return array('label' => '???',
337
-                'disabled' => true, );
337
+                'disabled' => true,);
338 338
         }
339 339
 
340 340
         $tmp = array();
Please login to merge, or discard this patch.