1 | <?php |
||
7 | class SynonymsServiceProvider extends ServiceProvider { |
||
8 | |||
9 | /** |
||
10 | * Indicates if loading of the provider is deferred. |
||
11 | * |
||
12 | * @var bool |
||
13 | */ |
||
14 | protected $defer = false; |
||
15 | |||
16 | /** |
||
17 | * Bootstrap the application events. |
||
18 | * |
||
19 | * @return void |
||
20 | */ |
||
21 | public function boot() { |
||
24 | |||
25 | /** |
||
26 | * Register the service provider. |
||
27 | * |
||
28 | * @return void |
||
29 | */ |
||
30 | public function register() { |
||
35 | |||
36 | /** |
||
37 | * Get the services provided by the provider. |
||
38 | * |
||
39 | * @return array |
||
40 | */ |
||
41 | public function provides() { |
||
44 | |||
45 | } |
||
46 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.