Commit 84424bad authored by Andrew Clement's avatar Andrew Clement Committed by Thomas Fline
Browse files

#3311306: Fix phpcs warnings

parent 4d76c2cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,6 +4,6 @@ description: 'Allows to masquerade as a set of roles instead of an existing user
core_version_requirement: ^8.8 || ^9
dependencies:
  - drupal:user
  - masquerade
  - masquerade:masquerade
tags:
  - admin
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ function masquerade_as_role_cron():void {
}

/**
 * Implements hook_block_view_alter()
 * Implements hook_block_view_alter().
 *
 * @param mixed[] $build
 *   The build array.