`GettextTranslationHelper`: Fix parameter list for `getSourceFileNames()` method

This commit is contained in:
raviks789 2023-08-14 11:25:11 +02:00
parent 00f367c7d6
commit 06d61001b1
1 changed files with 0 additions and 1 deletions

View File

@ -389,7 +389,6 @@ class GettextTranslationHelper
*
* @param string $directory The directory where to search for sources
* @param File $file The file where to write the results
* @param array $blacklist A list of directories to omit
*
* @throws Exception In case the given directory is not readable
*/