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
Commits
f6f02102
Commit
f6f02102
authored
Oct 16, 2013
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo fix.
parent
8293e4d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
view.md
docs/guide/view.md
+2
-1
MessageFormatter.php
framework/yii/i18n/MessageFormatter.php
+1
-3
No files found.
docs/guide/view.md
View file @
f6f02102
View
====
View is an important part of MVC and is responsible for how data is presented to the end user.
View is an important part of MVC and is responsible for presenting data to end users.
Basics
------
...
...
framework/yii/i18n/MessageFormatter.php
View file @
f6f02102
...
...
@@ -13,7 +13,7 @@ namespace yii\i18n;
* - Accepts named arguments and mixed numeric and named arguments.
* - Issues no error when an insufficient number of arguments have been provided. Instead, the placeholders will not be
* substituted.
* - Fixes PHP 5.5 weird placeholder replaceme
m
t in case no arguments are provided at all (https://bugs.php.net/bug.php?id=65920).
* - Fixes PHP 5.5 weird placeholder replaceme
n
t in case no arguments are provided at all (https://bugs.php.net/bug.php?id=65920).
*
* @author Alexander Makarov <sam@rmcreative.ru>
* @author Carsten Brandt <mail@cebe.cc>
...
...
@@ -115,4 +115,3 @@ class MessageFormatter extends \MessageFormatter
return
$pattern
;
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment