Resolve #3503912 "Fix drupal.commenting.functioncomment.missing in Plugins"
Closed
requested to merge issue/drupal-3503912:3503912-fix-drupal.commenting.functioncomment.missing-in into 11.x
2 unresolved threads
Closes #3503912
Merge request reports
Activity
added 5 commits
-
37438034...f172ec3d - 3 commits from branch
project:11.x
- a10cb081 - start
- 33460794 - add ignore to FilterHtml.php
-
37438034...f172ec3d - 3 commits from branch
264 264 $scanner = new Scanner('<body>' . $html); 265 265 $parser = new class($scanner, $events) extends Tokenizer { 266 266 267 // phpcs:ignore Drupal.Commenting.FunctionComment.Missing changed this line in version 5 of the diff
added 79 commits
-
33460794...b60186bd - 77 commits from branch
project:11.x
- 16c3cdef - start
- 1380b5fd - add ignore to FilterHtml.php
-
33460794...b60186bd - 77 commits from branch
added 26 commits
-
1380b5fd...e4df448e - 23 commits from branch
project:11.x
- ea176262 - start
- d9f8898e - add ignore to FilterHtml.php
- 652bcc6f - FilterHtml
Toggle commit list-
1380b5fd...e4df448e - 23 commits from branch
added 23 commits
-
93a0764b...e1876584 - 19 commits from branch
project:11.x
- 473b372b - start
- b79503c8 - add ignore to FilterHtml.php
- 893f7595 - FilterHtml
- 6b43658b - ignore the error
Toggle commit list-
93a0764b...e1876584 - 19 commits from branch
added 18 commits
-
6b43658b...72587631 - 14 commits from branch
project:11.x
- 69df6e3e - start
- a2b7f22a - add ignore to FilterHtml.php
- 39f6a6aa - FilterHtml
- 7121ba3e - ignore the error
Toggle commit list-
6b43658b...72587631 - 14 commits from branch
added 76 commits
-
7121ba3e...228328d2 - 72 commits from branch
project:11.x
- 4bb32490 - start
- 06751e41 - add ignore to FilterHtml.php
- 41f78e93 - FilterHtml
- 393423e7 - ignore the error
Toggle commit list-
7121ba3e...228328d2 - 72 commits from branch
267 267 $scanner = new Scanner('<body>' . $html); 268 268 $parser = new class($scanner, $events) extends Tokenizer { 269 269 270 /** 271 * phpcs:ignore Drupal.Commenting.FunctionComment.Missing 272 * @phpstan-ignore-next-line 273 */
Please register or sign in to reply