Misc. changes to configuration files related to formatting

This commit is contained in:
Abel Hoogeveen 2016-05-12 12:18:08 +02:00
parent 51f3c80a92
commit 5bc326b5e1
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,4 @@
<?php
return array(
<?php return array (
'debug' => false,
'error_reporting' => true,
);
) ;

View File

@ -108,7 +108,7 @@ class Config
}
/**
* Magic config getter.
* Retrieves a config file from the Application folder
*
* @param string config file name
*