symphonycms/symphony-2

View on GitHub
symphony/lib/toolkit/class.xsltprocess.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __process has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function __process(XSLTProcessor $XSLProc, $xml, $xsl, array $parameters = array())
    {
        // Create instances of the DOMDocument class
        $xmlDoc = new DOMDocument;
        $xslDoc = new DOMDocument;
Severity: Minor
Found in symphony/lib/toolkit/class.xsltprocess.php - About 1 hr to fix

    Method __error has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function __error($number, $message, $file = null, $line = null, $type = null)
    Severity: Minor
    Found in symphony/lib/toolkit/class.xsltprocess.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status