Skip to content

Commit 2f4d0e9

Browse files
Merge branch '4.4'
* 4.4: Remove superfluous phpdoc tags
2 parents dcc72f1 + 152738b commit 2f4d0e9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

DateFormatter/IntlDateFormatter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ public function format($timestamp)
225225
/**
226226
* Not supported. Formats an object.
227227
*
228-
* @param object $object
229228
* @param mixed $format
230229
* @param string $locale
231230
*

Locale/Locale.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@ public static function composeLocale(array $subtags)
105105
/**
106106
* Not supported. Checks if a language tag filter matches with locale.
107107
*
108-
* @param string $langtag The language tag to check
109-
* @param string $locale The language range to check against
110-
* @param bool $canonicalize
108+
* @param string $langtag The language tag to check
109+
* @param string $locale The language range to check against
111110
*
112111
* @return string The corresponding locale code
113112
*

0 commit comments

Comments
 (0)