src/Analyzer/Visitor/MagicConstantVisitor.php
Avoid too many return
statements within this method. Open
Open
return new StringNode($this->location['trait'] ?: '');
Avoid too many return
statements within this method. Open
Open
return new NumberNode($node->getAttribute('startLine') ?: 0);
Avoid too many return
statements within this method. Open
Open
return new StringNode($this->location['method'] ?: '');
Avoid too many return
statements within this method. Open
Open
return new StringNode($this->location['namespace'] ?: '');