8000 minor #17264 Fix typo in Locale class annotations (enumag) · symfony/symfony@e9b8aae · GitHub
[go: up one dir, main page]

Skip to content

Commit e9b8aae

Browse files
committed
minor #17264 Fix typo in Locale class annotations (enumag)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #17264). Discussion ---------- Fix typo in Locale class annotations Commits ------- eab7e11 typo
2 parents 19a6335 + eab7e11 commit e9b8aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Intl/Locale/Locale.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public static function parseLocale($locale)
306306
*
307307
* @return bool true on success or false on failure
308308
*
309-
* @see http://www.php.net/manual/en/locale.parselocale.php
309+
* @see http://www.php.net/manual/en/locale.setdefault.php
310310
*
311311
* @throws MethodNotImplementedException
312312
*/

0 commit comments

Comments
 (0)
0