Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehaertl committed May 4, 2022
1 parent a3e74a7 commit afa0196
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions UrlManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,6 @@ class UrlManager extends BaseUrlManager
*/
public $ignoreLanguageUrlPatterns = [];

/**
* @var string the language that was initially set in the application
* configuration
*/
protected $_defaultLanguage;

/**
* @inheritdoc
*/
Expand Down Expand Up @@ -156,11 +150,16 @@ class UrlManager extends BaseUrlManager
public $geoIpLanguageCountries = [];

/**
* @var int the HTTP status code.
* Defaults is 302.
* @var int the HTTP status code. Default is 302.
*/
public $languageRedirectCode = 302;

/**
* @var string the language that was initially set in the application
* configuration
*/
protected $_defaultLanguage;

/**
* @var \yii\web\Request
*/
Expand Down

0 comments on commit afa0196

Please sign in to comment.