| 1 | <?php namespace Usman\Guardian\AccessControl;  | 
            ||
| 6 | class GuardianServiceProvider extends ServiceProvider { | 
            ||
| 7 | |||
| 8 | /**  | 
            ||
| 9 | * Register the service provider.  | 
            ||
| 10 | *  | 
            ||
| 11 | * @return void  | 
            ||
| 12 | */  | 
            ||
| 13 | public function register()  | 
            ||
| 26 | |||
| 27 | /**  | 
            ||
| 28 | * Adds an alias for the GuardianFacade  | 
            ||
| 29 | *  | 
            ||
| 30 | * @return void  | 
            ||
| 31 | */  | 
            ||
| 32 | public function boot()  | 
            ||
| 37 | |||
| 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.