Skip to content

Commit afa0196

Browse files
committed
Fix typo
1 parent a3e74a7 commit afa0196

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

UrlManager.php

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,6 @@ class UrlManager extends BaseUrlManager
114114
*/
115115
public $ignoreLanguageUrlPatterns = [];
116116

117-
/**
118-
* @var string the language that was initially set in the application
119-
* configuration
120-
*/
121-
protected $_defaultLanguage;
122-
123117
/**
124118
* @inheritdoc
125119
*/
@@ -156,11 +150,16 @@ class UrlManager extends BaseUrlManager
156150
public $geoIpLanguageCountries = [];
157151

158152
/**
159-
* @var int the HTTP status code.
160-
* Defaults is 302.
153+
* @var int the HTTP status code. Default is 302.
161154
*/
162155
public $languageRedirectCode = 302;
163156

157+
/**
158+
* @var string the language that was initially set in the application
159+
* configuration
160+
*/
161+
protected $_defaultLanguage;
162+
164163
/**
165164
* @var \yii\web\Request
166165
*/

0 commit comments

Comments
 (0)