Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
c2c7bbe2b9ca2655a378fc6195a9d19a92f3564e
c2c7bbe2b9ca2655a378fc6195a9d19a92f3564e
Switch branch/tag
yii2
..
en-US
test.php
Find file
Normal view
History
Permalink
test.php
83 Bytes
Edit
Web IDE
Newer
Older
adjusted I18N to be consistent with intl message formatting
bbcee326
Carsten Brandt
committed
11 years ago
1
2
3
4
<?php
/**
*
*/
Short array syntax
1f6a8230
Alexander Makarov
committed
11 years ago
5
return
[
Reformat code te be PSR-2 compatible
b5f8a4dc
SonicGD
committed
10 years ago
6
'The dog runs fast.'
=>
'Der Hund rennt schell.'
,
style fixes with phpcs:yii2
32d07689
AlexGx
committed
10 years ago
7
];