Unverified Commit 93084ba9 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3123058 by longwave, jungle, xjm, daffie: Fix...

Issue #3123058 by longwave, jungle, xjm, daffie: Fix 'Drupal.Commenting.DocComment.ParamGroup' coding standard
parent 71906d9e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -70,7 +70,6 @@ public static function create(ContainerInterface $container) {
   *
   * @param string $entity_type_id
   *   The entity type machine name.
   *
   * @param string $bundle
   *   The bundle we need to rebuild.
   */
+0 −1
Original line number Diff line number Diff line
@@ -54,7 +54,6 @@ public function fetchView($id);
   *   - 'totalcount' The total number of views.
   *   - 'daycount' The number of views today.
   *   - 'timestamp' The unix timestamp of the last view.
   *
   * @param int $limit
   *   The number of entity IDs to return.
   *
+0 −1
Original line number Diff line number Diff line
@@ -101,7 +101,6 @@ public function testHiddenLanguageSelectElement() {
   *
   * @param string $id
   *   The id of the language select element to check.
   *
   * @param array $options
   *   An array with options to compare with.
   */
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ class User extends ArgumentDefaultPluginBase implements CacheableDependencyInter
   *   The plugin_id for the plugin instance.
   * @param mixed $plugin_definition
   *   The plugin implementation definition.
   *
   * @param \Drupal\Core\Routing\RouteMatchInterface $route_match
   *   The route match.
   */
+0 −1
Original line number Diff line number Diff line
@@ -1026,7 +1026,6 @@ function user_role_revoke_permissions($rid, array $permissions = []) {
 *   - 'status_blocked': Account blocked.
 *   - 'cancel_confirm': Account cancellation request.
 *   - 'status_canceled': Account canceled.
 *
 * @param \Drupal\Core\Session\AccountInterface $account
 *   The user object of the account being notified. Must contain at
 *   least the fields 'uid', 'name', and 'mail'.
Loading