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
This commit is contained in:
Fabien Potencier 2016-01-05 16:32:23 +01:00
commit e9b8aae787
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ class Locale
*
* @return bool true on success or false on failure
*
* @see http://www.php.net/manual/en/locale.parselocale.php
* @see http://www.php.net/manual/en/locale.setdefault.php
*
* @throws MethodNotImplementedException
*/