diff --git a/core/modules/user/src/PermissionHandler.php b/core/modules/user/src/PermissionHandler.php index 436e11e9717..2336593c33f 100644 --- a/core/modules/user/src/PermissionHandler.php +++ b/core/modules/user/src/PermissionHandler.php @@ -127,7 +127,7 @@ class PermissionHandler implements PermissionHandlerInterface { if (!is_array($permission)) { $permission = array( 'title' => $permission, - 'description' => NULL,`` + 'description' => NULL, ); } $permission['provider'] = $provider;