Minor code cleanup: PHPDoc, spelling, unused variables, etc.

This commit is contained in:
ArthurHoaro 2016-10-20 11:31:52 +02:00
parent ceeb8fbeb8
commit 7af9a41881
13 changed files with 28 additions and 36 deletions
tests/config

View file

@ -41,7 +41,7 @@ class ConfigJsonTest extends PHPUnit_Framework_TestCase
* Read a non existent config file -> empty array.
*
* @expectedException Exception
* @expectedExceptionMessage An error occured while parsing JSON file: error code #4
* @expectedExceptionMessage An error occurred while parsing JSON file: error code #4
*/
public function testReadInvalidJson()
{