| 1 | <?php |
||
| 12 | class Identifier |
||
| 13 | { |
||
| 14 | const FALLBACK_LENGTH = 5; |
||
| 15 | |||
| 16 | public static function sequential(ElementInterface $root, $tag) |
||
| 22 | |||
| 23 | public static function random($prefix, $length) |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @param $length |
||
| 38 | * |
||
| 39 | * @return int |
||
| 40 | */ |
||
| 41 | private static function tryApplyFallback(&$length) |
||
| 48 | } |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.