Parser/TokenHandler/AttributeTokenHandler.php
Showing 1 of 1 total issue
Function handleAttributeToken
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
public function handleAttributeToken(AttributeToken $token, State $state) { $this->createElementNodeIfMissing($token, $state); /** @var AttributeNode $node */
- Read upRead up