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
e92482f5
Commit
e92482f5
authored
Nov 22, 2014
by
Alexander Mohorev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo in word
parent
4dee4897
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
.scrutinizer.yml
.scrutinizer.yml
+1
-1
ActiveRecord.php
extensions/elasticsearch/ActiveRecord.php
+1
-1
Formatter.php
framework/i18n/Formatter.php
+1
-1
GettextMessageSource.php
framework/i18n/GettextMessageSource.php
+1
-1
FragmentCache.php
framework/widgets/FragmentCache.php
+1
-1
No files found.
.scrutinizer.yml
View file @
e92482f5
...
...
@@ -4,7 +4,7 @@ imports:
tools
:
external_code_coverage
:
timeout
:
2100
# Timeout in seconds.
# disable copy paste detector and sim
li
arity analyzer as they have no real value
# disable copy paste detector and sim
il
arity analyzer as they have no real value
# and a huge bunch of false-positives
php_sim
:
false
php_cpd
:
false
extensions/elasticsearch/ActiveRecord.php
View file @
e92482f5
...
...
@@ -244,7 +244,7 @@ class ActiveRecord extends BaseActiveRecord
* The primaryKey for elasticsearch documents is the `_id` field by default. This field is not part of the
* ActiveRecord attributes so you should never add `_id` to the list of [[attributes()|attributes]].
*
* You may overide this method to define the primary key name when you have defined
* You may over
r
ide this method to define the primary key name when you have defined
* [path mapping](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-id-field.html)
* for the `_id` field so that it is part of the `_source` and thus part of the [[attributes()|attributes]].
*
...
...
framework/i18n/Formatter.php
View file @
e92482f5
...
...
@@ -1107,7 +1107,7 @@ class Formatter extends Component
/**
* Creates a number formatter based on the given type and format.
*
* You may overide this method to create a number formatter based on patterns.
* You may over
r
ide this method to create a number formatter based on patterns.
*
* @param integer $style the type of the number formatter.
* Values: NumberFormatter::DECIMAL, ::CURRENCY, ::PERCENT, ::SCIENTIFIC, ::SPELLOUT, ::ORDINAL
...
...
framework/i18n/GettextMessageSource.php
View file @
e92482f5
...
...
@@ -12,7 +12,7 @@ use Yii;
/**
* GettextMessageSource represents a message source that is based on GNU Gettext.
*
* Each GettextMessageSource instance represents the message tranlations
* Each GettextMessageSource instance represents the message tran
s
lations
* for a single domain. And each message category represents a message context
* in Gettext. Translated messages are stored as either a MO or PO file,
* depending on the [[useMoFile]] property value.
...
...
framework/widgets/FragmentCache.php
View file @
e92482f5
...
...
@@ -152,7 +152,7 @@ class FragmentCache extends Widget
}
/**
* Replaces placeholders in content by results of evaluated dynamic statemen
s
* Replaces placeholders in content by results of evaluated dynamic statemen
ts.
*
* @param string $content
* @param array $placeholders
...
...
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