Test Failed
Push — intl ( d7f4cb...5bbff1 )
by Fabio
05:16
created
framework/I18N/core/CultureInfo.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -205,7 +205,6 @@  discard block
 block discarded – undo
205 205
 
206 206
 	/**
207 207
 	 * Load the ICU culture data for the specific culture identifier.
208
-	 * @param string $culture the culture identifier.
209 208
 	 */
210 209
 	protected function loadCultureData($key)
211 210
 	{
@@ -259,7 +258,6 @@  discard block
 block discarded – undo
259 258
 	 * Search the array for a specific value using a path separated using
260 259
 	 * slash "/" separated path. e.g to find $info['hello']['world'],
261 260
 	 * the path "hello/world" will return the corresponding value.
262
-	 * @param array $info the array for search
263 261
 	 * @param string $path slash "/" separated array path.
264 262
 	 * @return mixed the value array using the path
265 263
 	 */
@@ -401,7 +399,6 @@  discard block
 block discarded – undo
401 399
 	 * Simplify a single element array into its own value.
402 400
 	 * E.g. <code>array(0 => array('hello'), 1 => 'world');</code>
403 401
 	 * becomes <code>array(0 => 'hello', 1 => 'world');</code>
404
-	 * @param array $array with single elements arrays
405 402
 	 * @return array simplified array.
406 403
 	 */
407 404
 	protected function simplify($obj)
@@ -474,7 +471,7 @@  discard block
 block discarded – undo
474 471
 
475 472
 	/**
476 473
 	 * Get a list of timezones in the language of the localized version.
477
-	 * @return array list of localized timezones.
474
+	 * @return string[] list of localized timezones.
478 475
 	 */
479 476
 	public function getTimeZones()
480 477
 	{
Please login to merge, or discard this patch.