@@ -23,7 +23,7 @@ |
||
23 | 23 | /** |
24 | 24 | * Add message to session array |
25 | 25 | * |
26 | - * @param $type string with message type |
|
26 | + * @param string $type string with message type |
|
27 | 27 | * @param $message string with message text |
28 | 28 | * |
29 | 29 | * @return void |
@@ -5,7 +5,7 @@ |
||
5 | 5 | */ |
6 | 6 | |
7 | 7 | // Get environment & autoloader and the $app-object. |
8 | -require __DIR__.'/config_with_app.php'; |
|
8 | +require __DIR__ . '/config_with_app.php'; |
|
9 | 9 | $app->theme->configure(ANAX_APP_PATH . 'config/theme.php'); |
10 | 10 | |
11 | 11 |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * @return void |
13 | 13 | */ |
14 | 14 | spl_autoload_register( |
15 | - function ($class) { |
|
15 | + function($class) { |
|
16 | 16 | |
17 | 17 | // project-specific namespace prefix |
18 | 18 | //$prefix = 'Foo\\Bar\\'; |