Skip to content
Snippets Groups Projects
Unverified Commit 0d2a8ca0 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 97924855
Branches
Tags
2 merge requests!1285Issue #3240655 by elfakhar Aligne the active border,!541Issue #3123070: Fix 'PSR2.Classes.PropertyDeclaration.Underscore' coding standard
......@@ -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.
*/
......
......@@ -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.
*
......
......@@ -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.
*/
......
......@@ -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.
*/
......
......@@ -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'.
......
......@@ -1365,7 +1365,6 @@ protected function renderAltered($alter, $tokens) {
* - word_boundary: Trim only on a word boundary.
* - ellipsis: Show an ellipsis (…) at the end of the trimmed string.
* - html: Make sure that the html is correct.
*
* @param string $value
* The string which should be trimmed.
*
......@@ -1681,7 +1680,6 @@ protected function getFieldTokenPlaceholder() {
*
* @param $array
* An array of values.
*
* @param $parent_keys
* An array of parent keys. This will represent the array depth.
*
......@@ -1793,7 +1791,6 @@ public function adminLabel($short = FALSE) {
* - word_boundary: Trim only on a word boundary.
* - ellipsis: Show an ellipsis (…) at the end of the trimmed string.
* - html: Make sure that the html is correct.
*
* @param string $value
* The string which should be trimmed.
*
......
......@@ -255,7 +255,6 @@ public function dataTestUntranslatableFields() {
* @param array[] $sequence
* An array with arrays of arguments for the ::doSaveNewRevision() method as
* values. Every child array corresponds to a method invocation.
*
* @param bool $default_translation_affected
* Whether untranslatable field changes affect all revisions or only the
* default revision.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment