Remove no longer valid comment

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-08-02 09:27:17 +02:00
parent b02e1855e6
commit 4f80efb477

View File

@ -1965,9 +1965,6 @@ class Util
* Called by each script that needs parameters, it displays
* an error message and, by default, stops the execution.
*
* Not sure we could use a strMissingParameter message here,
* would have to check if the error message file is always available
*
* @param string[] $params The names of the parameters needed by the calling
* script
*