Skip to content

Commit

Permalink
capitalize PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Sep 19, 2014
1 parent 980c711 commit 837e23a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/I18n/I18n.php
Expand Up @@ -194,10 +194,10 @@ public static function config($name, callable $loader) {

/**
* Sets the default locale to use for future translator instances.
* This also affects the `intl.default_locale` php setting.
* This also affects the `intl.default_locale` PHP setting.
*
* When called with no arguments it will return the currently configure
* defaultLocale as stored in the `intl.default_locale` php setting.
* defaultLocale as stored in the `intl.default_locale` PHP setting.
*
* @param string $locale The name of the locale to set as default.
* @return string|null The name of the default locale.
Expand All @@ -222,7 +222,7 @@ public static function defaultLocale($locale = null) {

/**
* This returns the default locale before any modifications, i.e.
* the value as stored in the `intl.default_locale` php setting before
* the value as stored in the `intl.default_locale` PHP setting before
* any manipulation by this class.
*
* @return string
Expand Down

0 comments on commit 837e23a

Please sign in to comment.