Skip to content
Snippets Groups Projects

Resolve #3503912 "Fix drupal.commenting.functioncomment.missing in Plugins"

Closed Resolve #3503912 "Fix drupal.commenting.functioncomment.missing in Plugins"
2 unresolved threads
2 unresolved threads

Closes #3503912

Merge request reports

Code Quality is loading
Test summary results are being parsed

Closed by Théodore BiadalaThéodore Biadala 1 month ago (Mar 21, 2025 9:25am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • quietone added 79 commits

    added 79 commits

    Compare with previous version

  • quietone added 26 commits

    added 26 commits

    Compare with previous version

  • quietone added 1 commit

    added 1 commit

    Compare with previous version

  • Théodore Biadala added 23 commits

    added 23 commits

    Compare with previous version

  • Théodore Biadala added 18 commits

    added 18 commits

    Compare with previous version

  • quietone added 76 commits

    added 76 commits

    Compare with previous version

  • quietone added 25 commits

    added 25 commits

    Compare with previous version

  • quietone added 1 commit

    added 1 commit

    Compare with previous version

  • quietone
    quietone @quietone started a thread on the diff
  • 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 */
    • Comment on lines +270 to +273
      Author Maintainer

      Ignore both the phpstan error and the missing function comment. When both of these were added as in-line comments I got an error stating that doc bloc format was needed.

    • Please register or sign in to reply
  • Please register or sign in to reply
    Loading