1 | <?php |
||
26 | class RuntimeHelper |
||
1 ignored issue
–
show
|
|||
27 | { |
||
28 | /** |
||
29 | * Detect the correct tenside home dir and set the environment variable. |
||
30 | * |
||
31 | * @param string $home The home directory. |
||
32 | * |
||
33 | * @return void |
||
34 | * |
||
35 | * @throws \InvalidArgumentException For empty value of $home. |
||
36 | */ |
||
37 | public static function setupHome($home) |
||
54 | } |
||
55 |
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.