You are here

public function ReportInterface::addIssue in Drupal 7 to 8/9 Module Upgrader 8

Adds an issue to this module.

Parameters

IssueInterface $issue: The issue to add.

Return value

$this

1 method overrides ReportInterface::addIssue()
Report::addIssue in src/Report.php
Adds an issue to this module.

File

src/ReportInterface.php, line 19

Class

ReportInterface
Defines a report generated by the dmu-analyze command. Issues returned by analyzers are added to this report, then it's handed off to the theme system.

Namespace

Drupal\drupalmoduleupgrader

Code

public function addIssue(IssueInterface $issue);