minor changes

This commit is contained in:
Steffen Schröder
2014-06-26 11:07:53 +02:00
parent f2b9bc82ed
commit 935b69a416
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ class CommandLineHelper {
* Get the Command Line Parameter with the given Name
*
* @param string $paramName
* @return mixed
* @return string
*/
public static function getParameter($paramName) {
global $argv;