mambax7/xnewsletter

View on GitHub
include/phpmailer/extras/EasyPeasyICS.php

Summary

Maintainability
A
1 hr
Test Coverage

Method render has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function render($output = true)
    {
        //Add header
        $ics = 'BEGIN:VCALENDAR
METHOD:PUBLISH
Severity: Minor
Found in include/phpmailer/extras/EasyPeasyICS.php - About 1 hr to fix

    Method addEvent has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function addEvent($start, $end, $summary = '', $description = '', $url = '', $uid = '')
    Severity: Minor
    Found in include/phpmailer/extras/EasyPeasyICS.php - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status