1 | <?php |
||
12 | class TesterServiceProvider extends ServiceProvider |
||
13 | { |
||
14 | /** |
||
15 | * Bootstrap the application events. |
||
16 | * |
||
17 | * @return void |
||
18 | */ |
||
19 | public function boot() |
||
34 | |||
35 | /** |
||
36 | * Register the application events. |
||
37 | * |
||
38 | * @return mixed |
||
39 | */ |
||
40 | public static function setTrack($request) |
||
44 | |||
45 | /** |
||
46 | * Register the service provider. |
||
47 | * |
||
48 | * @return void |
||
49 | */ |
||
50 | public function register() |
||
56 | } |
||
57 |
This check looks for function calls that miss required arguments.