Formatter/AbstractElement.php
Showing 1 of 1 total issue
Function dump
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
public function dump() { $name = preg_replace('/^Phug\\\\.*\\\\([^\\\\]+)Element$/', '$1', get_class($this)); if (method_exists($this, 'getName')) { $name .= ': '.$this->getName();
- Read upRead up