1 | <?php |
||
9 | class MetadataRouteProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Bootstrap the application services. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function boot() |
||
20 | |||
21 | private function setupRoute() |
||
32 | |||
33 | /** |
||
34 | * Register the application services. |
||
35 | * |
||
36 | * @return void |
||
37 | */ |
||
38 | public function register() |
||
41 | |||
42 | private function getAuthMiddleware() |
||
58 | |||
59 | /** |
||
60 | * @return bool |
||
61 | */ |
||
62 | protected function getAuthDisable() |
||
66 | } |
||
67 |
This check examines a number of code elements and verifies that they conform to the given naming conventions.
You can set conventions for local variables, abstract classes, utility classes, constant, properties, methods, parameters, interfaces, classes, exceptions and special methods.