@@ -35,7 +35,7 @@ |
||
35 | 35 | |
36 | 36 | /** Returns the used charset for the esacpeHTML and escapeXML function. |
37 | 37 | * |
38 | - * @return the current charset as a string. |
|
38 | + * @return string current charset as a string. |
|
39 | 39 | */ |
40 | 40 | public function getEncoding() |
41 | 41 | { |
@@ -11,7 +11,7 @@ |
||
11 | 11 | * @param string $class The fully-qualified class name. |
12 | 12 | * @return void |
13 | 13 | */ |
14 | -spl_autoload_register(function ($class) { |
|
14 | +spl_autoload_register(function($class) { |
|
15 | 15 | |
16 | 16 | // project-specific namespace prefix |
17 | 17 | //$prefix = 'Foo\\Bar\\'; |