| 1 | <?php |
||
| 21 | class TokenDelegate extends Rule implements Delegate |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @param Environment $env |
||
| 25 | */ |
||
| 26 | public function boot(Environment $env): void |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @return bool |
||
| 40 | */ |
||
| 41 | protected function isKept(): bool |
||
| 45 | |||
| 46 | /** |
||
| 47 | * @return string |
||
| 48 | */ |
||
| 49 | protected function getTokenName(): string |
||
| 53 | |||
| 54 | /** |
||
| 55 | * @return string |
||
| 56 | */ |
||
| 57 | protected function getTokenPattern(): string |
||
| 61 | } |
||
| 62 |
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.