@@ -27,7 +27,7 @@ |
||
27 | 27 | return $output; |
28 | 28 | } |
29 | 29 | |
30 | - // this action needs to be removed by the user if they want to overwrite this functionality |
|
30 | + // this action needs to be removed by the user if they want to overwrite this functionality |
|
31 | 31 | public static function loadFunctionsFile($componentName) |
32 | 32 | { |
33 | 33 | $componentManager = ComponentManager::getInstance(); |
@@ -15,20 +15,20 @@ |
||
15 | 15 | return self::$instance; |
16 | 16 | } |
17 | 17 | |
18 | - /** |
|
19 | - * clone |
|
20 | - * |
|
21 | - * Prevent cloning with 'protected' keyword |
|
22 | - **/ |
|
18 | + /** |
|
19 | + * clone |
|
20 | + * |
|
21 | + * Prevent cloning with 'protected' keyword |
|
22 | + **/ |
|
23 | 23 | protected function __clone() |
24 | 24 | { |
25 | 25 | } |
26 | 26 | |
27 | - /** |
|
28 | - * constructor |
|
29 | - * |
|
30 | - * Prevent instantiation with 'protected' keyword |
|
31 | - **/ |
|
27 | + /** |
|
28 | + * constructor |
|
29 | + * |
|
30 | + * Prevent instantiation with 'protected' keyword |
|
31 | + **/ |
|
32 | 32 | protected function __construct() |
33 | 33 | { |
34 | 34 | } |