| Total Complexity | 7 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class NodeSetKey extends Node |
||
| 12 | { |
||
| 13 | public function __construct(string $nodeString, int $line) |
||
| 19 | } |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Builds a set key. |
||
| 24 | * |
||
| 25 | * @param object $parent The parent |
||
| 26 | * |
||
| 27 | * @throws \Exception if a problem occurs during serialisation (json format) of the key |
||
| 28 | */ |
||
| 29 | public function build(&$parent = null) |
||
| 38 | } |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.