| 1 | <?php |
||
| 16 | abstract class AbstractRouteRegistrar extends AdminRouteRegistrar |
||
| 17 | { |
||
| 18 | /* ----------------------------------------------------------------- |
||
| 19 | | Main Methods |
||
| 20 | | ----------------------------------------------------------------- |
||
| 21 | */ |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Group routes under a module stack. |
||
| 25 | * |
||
| 26 | * @param \Closure $callback |
||
| 27 | */ |
||
| 28 | protected function moduleGroup(Closure $callback): void |
||
| 34 | } |
||
| 35 |
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.