fixing some documentation issues detected by scrutinizer-ci

This commit is contained in:
El RIDO 2016-07-06 14:12:14 +02:00
parent 85b348d39a
commit c13caee981
4 changed files with 6 additions and 7 deletions

View file

@ -218,10 +218,9 @@ class configuration
/**
* get a key from the configuration, typically the main section or all keys
* get a section from the configuration, must exist
*
* @param string $key if empty, return all configuration options
* @param string $section defaults to main
* @param string $section
* @throws Exception
* return mixed
*/