Browse Source

Remove typehint as it is mixed

inoas 8 years ago
parent
commit
73f6879bf1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Utility/Language.php

+ 1 - 1
src/Utility/Language.php

@@ -14,7 +14,7 @@ class Language {
 	 *
 	 *
 	 * @return array
 	 * @return array
 	 */
 	 */
-	public static function parseLanguageList($languageList = null, array $options = []) {
+	public static function parseLanguageList($languageList = null, $options = []) {
 		$defaultOptions = [
 		$defaultOptions = [
 			'forceLowercase' => true,
 			'forceLowercase' => true,
 			'removeDuplicates' => false,
 			'removeDuplicates' => false,