Skip to content

Commit 3162195

Browse files
init
1 parent 6ac7150 commit 3162195

File tree

6 files changed

+11
-2
lines changed

6 files changed

+11
-2
lines changed

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2727
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2828
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2929
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30+

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Component for multilingual site
77
[![Latest Stable Version](https://poser.pugx.org/skeeks/yii2-multi-language/v/stable.png)](https://packagist.org/packages/skeeks/yii2-multi-language)
88
[![Total Downloads](https://poser.pugx.org/skeeks/yii2-multi-language/downloads.png)](https://packagist.org/packages/skeeks/yii2-multi-language)
99

10+
1011
Installation
1112
------------
1213

_ide/YiiApplication.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@
88
* @copyright 2010 SkeekS (СкикС)
99
* @date 10.09.2015
1010
*/
11+
1112
namespace yii\web;
13+
1214
use skeeks\yii2\multiLanguage\MultiLangComponent;
1315

1416
/**
15-
* @property MultiLangComponent $multiLanguage
17+
* @property MultiLangComponent $multiLanguage
1618
*
1719
* Class Application
1820
* @package yii\web
1921
*/
2022
class Application
21-
{}
23+
{
24+
25+
}

src/MultiLangComponent.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
namespace skeeks\yii2\multiLanguage;
1010

11+
1112
/**
1213
* @property string $widgetSuffix
1314
*

src/MultiLangRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
*/
1919
class MultiLangRequest extends Request
2020
{
21+
2122
/**
2223
* @var
2324
*/

src/MultiLangUrlManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
namespace skeeks\yii2\multiLanguage;
1010

11+
1112
use yii\helpers\ArrayHelper;
1213
use yii\web\UrlManager;
1314

0 commit comments

Comments
 (0)