| 1 | <?php  | 
            ||
| 8 | class LocalizerServiceProvider extends ServiceProvider  | 
            ||
| 9 | { | 
            ||
| 10 | /**  | 
            ||
| 11 | * Bootstrap the application services.  | 
            ||
| 12 | *  | 
            ||
| 13 | * @return void  | 
            ||
| 14 | */  | 
            ||
| 15 | public function boot(\Illuminate\Routing\Router $router)  | 
            ||
| 40 | |||
| 41 | /**  | 
            ||
| 42 | * Register the application services.  | 
            ||
| 43 | *  | 
            ||
| 44 | * @return void  | 
            ||
| 45 | */  | 
            ||
| 46 | public function register()  | 
            ||
| 51 | }  | 
            ||
| 52 | 
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.