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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
c7e8d8b9
Commit
c7e8d8b9
authored
Mar 03, 2014
by
Alexander Mohorev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
@param, @var, @property and @return must declare types as boolean, integer, string, array or null
parent
d8971b25
Show whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
41 additions
and
41 deletions
+41
-41
User.php
apps/advanced/common/models/User.php
+1
-1
User.php
apps/basic/models/User.php
+1
-1
PhpDocController.php
build/controllers/PhpDocController.php
+1
-1
ApiMarkdown.php
extensions/apidoc/helpers/ApiMarkdown.php
+1
-1
NavBar.php
extensions/bootstrap/NavBar.php
+1
-1
Progress.php
extensions/bootstrap/Progress.php
+1
-1
Command.php
extensions/elasticsearch/Command.php
+1
-1
Connection.php
extensions/elasticsearch/Connection.php
+1
-1
Connection.php
extensions/redis/Connection.php
+2
-2
Query.php
extensions/sphinx/Query.php
+1
-1
ErrorException.php
framework/base/ErrorException.php
+2
-2
BaseActiveRecord.php
framework/db/BaseActiveRecord.php
+1
-1
Query.php
framework/db/Query.php
+2
-2
BaseConsole.php
framework/helpers/BaseConsole.php
+7
-7
BaseInflector.php
framework/helpers/BaseInflector.php
+4
-4
MessageFormatter.php
framework/i18n/MessageFormatter.php
+1
-1
YiiRequirementChecker.php
framework/requirements/YiiRequirementChecker.php
+1
-1
AssetConverter.php
framework/web/AssetConverter.php
+1
-1
LinkPager.php
framework/widgets/LinkPager.php
+1
-1
ElasticSearchTestCase.php
...s/unit/extensions/elasticsearch/ElasticSearchTestCase.php
+1
-1
RedisTestCase.php
tests/unit/extensions/redis/RedisTestCase.php
+1
-1
SphinxTestCase.php
tests/unit/extensions/sphinx/SphinxTestCase.php
+4
-4
CacheTestCase.php
tests/unit/framework/caching/CacheTestCase.php
+1
-1
DbCacheTest.php
tests/unit/framework/caching/DbCacheTest.php
+1
-1
DatabaseTestCase.php
tests/unit/framework/db/DatabaseTestCase.php
+2
-2
No files found.
apps/advanced/common/models/User.php
View file @
c7e8d8b9
...
@@ -132,7 +132,7 @@ class User extends ActiveRecord implements IdentityInterface
...
@@ -132,7 +132,7 @@ class User extends ActiveRecord implements IdentityInterface
* Validates password
* Validates password
*
*
* @param string $password password to validate
* @param string $password password to validate
* @return bool if password provided is valid for current user
* @return bool
ean
if password provided is valid for current user
*/
*/
public
function
validatePassword
(
$password
)
public
function
validatePassword
(
$password
)
{
{
...
...
apps/basic/models/User.php
View file @
c7e8d8b9
...
@@ -76,7 +76,7 @@ class User extends \yii\base\Object implements \yii\web\IdentityInterface
...
@@ -76,7 +76,7 @@ class User extends \yii\base\Object implements \yii\web\IdentityInterface
* Validates password
* Validates password
*
*
* @param string $password password to validate
* @param string $password password to validate
* @return bool if password provided is valid for current user
* @return bool
ean
if password provided is valid for current user
*/
*/
public
function
validatePassword
(
$password
)
public
function
validatePassword
(
$password
)
{
{
...
...
build/controllers/PhpDocController.php
View file @
c7e8d8b9
...
@@ -24,7 +24,7 @@ class PhpDocController extends Controller
...
@@ -24,7 +24,7 @@ class PhpDocController extends Controller
public
$defaultAction
=
'property'
;
public
$defaultAction
=
'property'
;
/**
/**
* @var bool whether to update class docs directly. Setting this to false will just output docs
* @var bool
ean
whether to update class docs directly. Setting this to false will just output docs
* for copy and paste.
* for copy and paste.
*/
*/
public
$updateFiles
=
true
;
public
$updateFiles
=
true
;
...
...
extensions/apidoc/helpers/ApiMarkdown.php
View file @
c7e8d8b9
...
@@ -218,7 +218,7 @@ class ApiMarkdown extends GithubMarkdown
...
@@ -218,7 +218,7 @@ class ApiMarkdown extends GithubMarkdown
*
*
* @param string $content
* @param string $content
* @param TypeDoc $context
* @param TypeDoc $context
* @param bool $paragraph
* @param bool
ean
$paragraph
* @return string
* @return string
*/
*/
public
static
function
process
(
$content
,
$context
=
null
,
$paragraph
=
false
)
public
static
function
process
(
$content
,
$context
=
null
,
$paragraph
=
false
)
...
...
extensions/bootstrap/NavBar.php
View file @
c7e8d8b9
...
@@ -70,7 +70,7 @@ class NavBar extends Widget
...
@@ -70,7 +70,7 @@ class NavBar extends Widget
*/
*/
public
$screenReaderToggleText
=
'Toggle navigation'
;
public
$screenReaderToggleText
=
'Toggle navigation'
;
/**
/**
* @var bool whether the navbar content should be included in an inner div container which by default
* @var bool
ean
whether the navbar content should be included in an inner div container which by default
* adds left and right padding. Set this to false for a 100% width navbar.
* adds left and right padding. Set this to false for a 100% width navbar.
*/
*/
public
$renderInnerContainer
=
true
;
public
$renderInnerContainer
=
true
;
...
...
extensions/bootstrap/Progress.php
View file @
c7e8d8b9
...
@@ -133,7 +133,7 @@ class Progress extends Widget
...
@@ -133,7 +133,7 @@ class Progress extends Widget
/**
/**
* Generates a bar
* Generates a bar
* @param int $percent the percentage of the bar
* @param int
eger
$percent the percentage of the bar
* @param string $label, optional, the label to display at the bar
* @param string $label, optional, the label to display at the bar
* @param array $options the HTML attributes of the bar
* @param array $options the HTML attributes of the bar
* @return string the rendering result.
* @return string the rendering result.
...
...
extensions/elasticsearch/Command.php
View file @
c7e8d8b9
...
@@ -364,7 +364,7 @@ class Command extends Component
...
@@ -364,7 +364,7 @@ class Command extends Component
* @param $pattern
* @param $pattern
* @param $settings
* @param $settings
* @param $mappings
* @param $mappings
* @param int $order
* @param int
eger
$order
* @return mixed
* @return mixed
* @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-templates.html
* @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-templates.html
*/
*/
...
...
extensions/elasticsearch/Connection.php
View file @
c7e8d8b9
...
@@ -29,7 +29,7 @@ class Connection extends Component
...
@@ -29,7 +29,7 @@ class Connection extends Component
const
EVENT_AFTER_OPEN
=
'afterOpen'
;
const
EVENT_AFTER_OPEN
=
'afterOpen'
;
/**
/**
* @var bool whether to autodetect available cluster nodes on [[open()]]
* @var bool
ean
whether to autodetect available cluster nodes on [[open()]]
*/
*/
public
$autodetectCluster
=
true
;
public
$autodetectCluster
=
true
;
/**
/**
...
...
extensions/redis/Connection.php
View file @
c7e8d8b9
...
@@ -45,7 +45,7 @@ class Connection extends Component
...
@@ -45,7 +45,7 @@ class Connection extends Component
*/
*/
public
$hostname
=
'localhost'
;
public
$hostname
=
'localhost'
;
/**
/**
* @var int the port to use for connecting to the redis server. Default port is 6379.
* @var int
eger
the port to use for connecting to the redis server. Default port is 6379.
*/
*/
public
$port
=
6379
;
public
$port
=
6379
;
/**
/**
...
@@ -54,7 +54,7 @@ class Connection extends Component
...
@@ -54,7 +54,7 @@ class Connection extends Component
*/
*/
public
$password
;
public
$password
;
/**
/**
* @var int the redis database to use. This is an integer value starting from 0. Defaults to 0.
* @var int
eger
the redis database to use. This is an integer value starting from 0. Defaults to 0.
*/
*/
public
$database
=
0
;
public
$database
=
0
;
/**
/**
...
...
extensions/sphinx/Query.php
View file @
c7e8d8b9
...
@@ -338,7 +338,7 @@ class Query extends Component implements QueryInterface
...
@@ -338,7 +338,7 @@ class Query extends Component implements QueryInterface
/**
/**
* Sets the value indicating whether to SELECT DISTINCT or not.
* Sets the value indicating whether to SELECT DISTINCT or not.
* @param bool $value whether to SELECT DISTINCT or not.
* @param bool
ean
$value whether to SELECT DISTINCT or not.
* @return static the query object itself
* @return static the query object itself
*/
*/
public
function
distinct
(
$value
=
true
)
public
function
distinct
(
$value
=
true
)
...
...
framework/base/ErrorException.php
View file @
c7e8d8b9
...
@@ -66,7 +66,7 @@ class ErrorException extends Exception
...
@@ -66,7 +66,7 @@ class ErrorException extends Exception
* Returns if error is one of fatal type.
* Returns if error is one of fatal type.
*
*
* @param array $error error got from error_get_last()
* @param array $error error got from error_get_last()
* @return bool if error is one of fatal type
* @return bool
ean
if error is one of fatal type
*/
*/
public
static
function
isFatalError
(
$error
)
public
static
function
isFatalError
(
$error
)
{
{
...
@@ -76,7 +76,7 @@ class ErrorException extends Exception
...
@@ -76,7 +76,7 @@ class ErrorException extends Exception
/**
/**
* Gets the exception severity.
* Gets the exception severity.
* @link http://php.net/manual/en/errorexception.getseverity.php
* @link http://php.net/manual/en/errorexception.getseverity.php
* @return int the severity level of the exception.
* @return int
eger
the severity level of the exception.
*/
*/
final
public
function
getSeverity
()
final
public
function
getSeverity
()
{
{
...
...
framework/db/BaseActiveRecord.php
View file @
c7e8d8b9
...
@@ -408,7 +408,7 @@ abstract class BaseActiveRecord extends Model implements ActiveRecordInterface
...
@@ -408,7 +408,7 @@ abstract class BaseActiveRecord extends Model implements ActiveRecordInterface
/**
/**
* Check whether the named relation has been populated with records.
* Check whether the named relation has been populated with records.
* @param string $name the relation name (case-sensitive)
* @param string $name the relation name (case-sensitive)
* @return bool whether relation has been populated with records.
* @return bool
ean
whether relation has been populated with records.
*/
*/
public
function
isRelationPopulated
(
$name
)
public
function
isRelationPopulated
(
$name
)
{
{
...
...
framework/db/Query.php
View file @
c7e8d8b9
...
@@ -396,7 +396,7 @@ class Query extends Component implements QueryInterface
...
@@ -396,7 +396,7 @@ class Query extends Component implements QueryInterface
/**
/**
* Sets the value indicating whether to SELECT DISTINCT or not.
* Sets the value indicating whether to SELECT DISTINCT or not.
* @param bool $value whether to SELECT DISTINCT or not.
* @param bool
ean
$value whether to SELECT DISTINCT or not.
* @return static the query object itself
* @return static the query object itself
*/
*/
public
function
distinct
(
$value
=
true
)
public
function
distinct
(
$value
=
true
)
...
@@ -754,7 +754,7 @@ class Query extends Component implements QueryInterface
...
@@ -754,7 +754,7 @@ class Query extends Component implements QueryInterface
/**
/**
* Appends a SQL statement using UNION operator.
* Appends a SQL statement using UNION operator.
* @param string|Query $sql the SQL statement to be appended using UNION
* @param string|Query $sql the SQL statement to be appended using UNION
* @param bool $all TRUE if using UNION ALL and FALSE if using UNION
* @param bool
ean
$all TRUE if using UNION ALL and FALSE if using UNION
* @return static the query object itself
* @return static the query object itself
*/
*/
public
function
union
(
$sql
,
$all
=
false
)
public
function
union
(
$sql
,
$all
=
false
)
...
...
framework/helpers/BaseConsole.php
View file @
c7e8d8b9
...
@@ -123,7 +123,7 @@ class BaseConsole
...
@@ -123,7 +123,7 @@ class BaseConsole
/**
/**
* Scrolls whole page up by sending ANSI control code SU to the terminal.
* Scrolls whole page up by sending ANSI control code SU to the terminal.
* New lines are added at the bottom. This is not supported by ANSI.SYS used in windows.
* New lines are added at the bottom. This is not supported by ANSI.SYS used in windows.
* @param int $lines number of lines to scroll up
* @param int
eger
$lines number of lines to scroll up
*/
*/
public
static
function
scrollUp
(
$lines
=
1
)
public
static
function
scrollUp
(
$lines
=
1
)
{
{
...
@@ -133,7 +133,7 @@ class BaseConsole
...
@@ -133,7 +133,7 @@ class BaseConsole
/**
/**
* Scrolls whole page down by sending ANSI control code SD to the terminal.
* Scrolls whole page down by sending ANSI control code SD to the terminal.
* New lines are added at the top. This is not supported by ANSI.SYS used in windows.
* New lines are added at the top. This is not supported by ANSI.SYS used in windows.
* @param int $lines number of lines to scroll down
* @param int
eger
$lines number of lines to scroll down
*/
*/
public
static
function
scrollDown
(
$lines
=
1
)
public
static
function
scrollDown
(
$lines
=
1
)
{
{
...
@@ -474,7 +474,7 @@ class BaseConsole
...
@@ -474,7 +474,7 @@ class BaseConsole
* colorcodes will just be removed (And %% will be transformed into %)
* colorcodes will just be removed (And %% will be transformed into %)
*
*
* @param string $string String to convert
* @param string $string String to convert
* @param bool
$colored Should the string be colored?
* @param bool
ean
$colored Should the string be colored?
* @return string
* @return string
*/
*/
// TODO rework/refactor according to https://github.com/yiisoft/yii2/issues/746
// TODO rework/refactor according to https://github.com/yiisoft/yii2/issues/746
...
@@ -554,7 +554,7 @@ class BaseConsole
...
@@ -554,7 +554,7 @@ class BaseConsole
* - not tty consoles
* - not tty consoles
*
*
* @param mixed $stream
* @param mixed $stream
* @return bool true if the stream supports ANSI colors, otherwise false.
* @return bool
ean
true if the stream supports ANSI colors, otherwise false.
*/
*/
public
static
function
streamSupportsAnsiColors
(
$stream
)
public
static
function
streamSupportsAnsiColors
(
$stream
)
{
{
...
@@ -575,7 +575,7 @@ class BaseConsole
...
@@ -575,7 +575,7 @@ class BaseConsole
/**
/**
* Usage: list($width, $height) = ConsoleHelper::getScreenSize();
* Usage: list($width, $height) = ConsoleHelper::getScreenSize();
*
*
* @param bool $refresh whether to force checking and not re-use cached size value.
* @param bool
ean
$refresh whether to force checking and not re-use cached size value.
* This is useful to detect changing window size while the application is running but may
* This is useful to detect changing window size while the application is running but may
* not get up to date values on every terminal.
* not get up to date values on every terminal.
* @return array|boolean An array of ($width, $height) or false when it was not able to determine size.
* @return array|boolean An array of ($width, $height) or false when it was not able to determine size.
...
@@ -617,7 +617,7 @@ class BaseConsole
...
@@ -617,7 +617,7 @@ class BaseConsole
/**
/**
* Gets input from STDIN and returns a string right-trimmed for EOLs.
* Gets input from STDIN and returns a string right-trimmed for EOLs.
*
*
* @param bool $raw If set to true, returns the raw string without trimming
* @param bool
ean
$raw If set to true, returns the raw string without trimming
* @return string the string read from stdin
* @return string the string read from stdin
*/
*/
public
static
function
stdin
(
$raw
=
false
)
public
static
function
stdin
(
$raw
=
false
)
...
@@ -898,7 +898,7 @@ class BaseConsole
...
@@ -898,7 +898,7 @@ class BaseConsole
* @param string|boolean $remove This can be `false` to leave the progress bar on screen and just print a newline.
* @param string|boolean $remove This can be `false` to leave the progress bar on screen and just print a newline.
* If set to `true`, the line of the progress bar will be cleared. This may also be a string to be displayed instead
* If set to `true`, the line of the progress bar will be cleared. This may also be a string to be displayed instead
* of the progress bar.
* of the progress bar.
* @param bool $keepPrefix whether to keep the prefix that has been specified for the progressbar when progressbar
* @param bool
ean
$keepPrefix whether to keep the prefix that has been specified for the progressbar when progressbar
* gets removed. Defaults to true.
* gets removed. Defaults to true.
* @see startProgress
* @see startProgress
* @see updateProgress
* @see updateProgress
...
...
framework/helpers/BaseInflector.php
View file @
c7e8d8b9
...
@@ -332,7 +332,7 @@ class BaseInflector
...
@@ -332,7 +332,7 @@ class BaseInflector
* Converts an underscored or CamelCase word into a English
* Converts an underscored or CamelCase word into a English
* sentence.
* sentence.
* @param string $words
* @param string $words
* @param bool $ucAll whether to set all words to uppercase
* @param bool
ean
$ucAll whether to set all words to uppercase
* @return string
* @return string
*/
*/
public
static
function
titleize
(
$words
,
$ucAll
=
false
)
public
static
function
titleize
(
$words
,
$ucAll
=
false
)
...
@@ -415,7 +415,7 @@ class BaseInflector
...
@@ -415,7 +415,7 @@ class BaseInflector
/**
/**
* Returns a human-readable string from $word
* Returns a human-readable string from $word
* @param string $word the string to humanize
* @param string $word the string to humanize
* @param bool $ucAll whether to set all words to uppercase or not
* @param bool
ean
$ucAll whether to set all words to uppercase or not
* @return string
* @return string
*/
*/
public
static
function
humanize
(
$word
,
$ucAll
=
false
)
public
static
function
humanize
(
$word
,
$ucAll
=
false
)
...
@@ -455,7 +455,7 @@ class BaseInflector
...
@@ -455,7 +455,7 @@ class BaseInflector
* [[$transliteration]] array.
* [[$transliteration]] array.
* @param string $string An arbitrary string to convert
* @param string $string An arbitrary string to convert
* @param string $replacement The replacement to use for spaces
* @param string $replacement The replacement to use for spaces
* @param bool $lowercase whether to return the string in lowercase or not. Defaults to `true`.
* @param bool
ean
$lowercase whether to return the string in lowercase or not. Defaults to `true`.
* @return string The converted string.
* @return string The converted string.
*/
*/
public
static
function
slug
(
$string
,
$replacement
=
'-'
,
$lowercase
=
true
)
public
static
function
slug
(
$string
,
$replacement
=
'-'
,
$lowercase
=
true
)
...
@@ -484,7 +484,7 @@ class BaseInflector
...
@@ -484,7 +484,7 @@ class BaseInflector
/**
/**
* Converts number to its ordinal English form. For example, converts 13 to 13th, 2 to 2nd ...
* Converts number to its ordinal English form. For example, converts 13 to 13th, 2 to 2nd ...
* @param int $number the number to get its ordinal value
* @param int
eger
$number the number to get its ordinal value
* @return string
* @return string
*/
*/
public
static
function
ordinalize
(
$number
)
public
static
function
ordinalize
(
$number
)
...
...
framework/i18n/MessageFormatter.php
View file @
c7e8d8b9
...
@@ -259,7 +259,7 @@ class MessageFormatter extends Component
...
@@ -259,7 +259,7 @@ class MessageFormatter extends Component
/**
/**
* Tokenizes a pattern by separating normal text from replaceable patterns
* Tokenizes a pattern by separating normal text from replaceable patterns
* @param string $pattern patter to tokenize
* @param string $pattern patter to tokenize
* @return array|bool array of tokens or false on failure
* @return array|bool
ean
array of tokens or false on failure
*/
*/
private
static
function
tokenizePattern
(
$pattern
)
private
static
function
tokenizePattern
(
$pattern
)
{
{
...
...
framework/requirements/YiiRequirementChecker.php
View file @
c7e8d8b9
...
@@ -320,7 +320,7 @@ class YiiRequirementChecker
...
@@ -320,7 +320,7 @@ class YiiRequirementChecker
/**
/**
* Normalizes requirement ensuring it has correct format.
* Normalizes requirement ensuring it has correct format.
* @param array $requirement raw requirement.
* @param array $requirement raw requirement.
* @param int $requirementKey requirement key in the list.
* @param int
eger
$requirementKey requirement key in the list.
* @return array normalized requirement.
* @return array normalized requirement.
*/
*/
function
normalizeRequirement
(
$requirement
,
$requirementKey
=
0
)
function
normalizeRequirement
(
$requirement
,
$requirementKey
=
0
)
...
...
framework/web/AssetConverter.php
View file @
c7e8d8b9
...
@@ -64,7 +64,7 @@ class AssetConverter extends Component implements AssetConverterInterface
...
@@ -64,7 +64,7 @@ class AssetConverter extends Component implements AssetConverterInterface
* @param string $basePath asset base path and command working directory
* @param string $basePath asset base path and command working directory
* @param string $asset the name of the asset file
* @param string $asset the name of the asset file
* @param string $result the name of the file to be generated by the converter command
* @param string $result the name of the file to be generated by the converter command
* @return bool true on success, false on failure. Failures will be logged.
* @return bool
ean
true on success, false on failure. Failures will be logged.
* @throws \yii\base\Exception when the command fails and YII_DEBUG is true.
* @throws \yii\base\Exception when the command fails and YII_DEBUG is true.
* In production mode the error will be logged.
* In production mode the error will be logged.
*/
*/
...
...
framework/widgets/LinkPager.php
View file @
c7e8d8b9
...
@@ -90,7 +90,7 @@ class LinkPager extends Widget
...
@@ -90,7 +90,7 @@ class LinkPager extends Widget
*/
*/
public
$lastPageLabel
;
public
$lastPageLabel
;
/**
/**
* @var bool whether to register link tags in the HTML header for prev, next, first and last page.
* @var bool
ean
whether to register link tags in the HTML header for prev, next, first and last page.
* Defaults to `false` to avoid conflicts when multiple pagers are used on one page.
* Defaults to `false` to avoid conflicts when multiple pagers are used on one page.
* @see http://www.w3.org/TR/html401/struct/links.html#h-12.1.2
* @see http://www.w3.org/TR/html401/struct/links.html#h-12.1.2
* @see registerLinkTags()
* @see registerLinkTags()
...
...
tests/unit/extensions/elasticsearch/ElasticSearchTestCase.php
View file @
c7e8d8b9
...
@@ -35,7 +35,7 @@ class ElasticSearchTestCase extends TestCase
...
@@ -35,7 +35,7 @@ class ElasticSearchTestCase extends TestCase
}
}
/**
/**
* @param bool $reset whether to clean up the test database
* @param bool
ean
$reset whether to clean up the test database
* @return Connection
* @return Connection
*/
*/
public
function
getConnection
(
$reset
=
true
)
public
function
getConnection
(
$reset
=
true
)
...
...
tests/unit/extensions/redis/RedisTestCase.php
View file @
c7e8d8b9
...
@@ -31,7 +31,7 @@ abstract class RedisTestCase extends TestCase
...
@@ -31,7 +31,7 @@ abstract class RedisTestCase extends TestCase
}
}
/**
/**
* @param bool $reset whether to clean up the test database
* @param bool
ean
$reset whether to clean up the test database
* @return Connection
* @return Connection
*/
*/
public
function
getConnection
(
$reset
=
true
)
public
function
getConnection
(
$reset
=
true
)
...
...
tests/unit/extensions/sphinx/SphinxTestCase.php
View file @
c7e8d8b9
...
@@ -82,8 +82,8 @@ class SphinxTestCase extends TestCase
...
@@ -82,8 +82,8 @@ class SphinxTestCase extends TestCase
}
}
/**
/**
* @param bool $reset whether to clean up the test database
* @param bool
ean
$reset whether to clean up the test database
* @param bool $open whether to open test database
* @param bool
ean
$open whether to open test database
* @return \yii\sphinx\Connection
* @return \yii\sphinx\Connection
*/
*/
public
function
getConnection
(
$reset
=
false
,
$open
=
true
)
public
function
getConnection
(
$reset
=
false
,
$open
=
true
)
...
@@ -119,8 +119,8 @@ class SphinxTestCase extends TestCase
...
@@ -119,8 +119,8 @@ class SphinxTestCase extends TestCase
}
}
/**
/**
* @param bool $reset whether to clean up the test database
* @param bool
ean
$reset whether to clean up the test database
* @param bool $open whether to open and populate test database
* @param bool
ean
$open whether to open and populate test database
* @return \yii\db\Connection
* @return \yii\db\Connection
*/
*/
public
function
getDbConnection
(
$reset
=
true
,
$open
=
true
)
public
function
getDbConnection
(
$reset
=
true
,
$open
=
true
)
...
...
tests/unit/framework/caching/CacheTestCase.php
View file @
c7e8d8b9
...
@@ -22,7 +22,7 @@ use yii\caching\Cache;
...
@@ -22,7 +22,7 @@ use yii\caching\Cache;
abstract
class
CacheTestCase
extends
TestCase
abstract
class
CacheTestCase
extends
TestCase
{
{
/**
/**
* @var int virtual time to be returned by mocked time() function.
* @var int
eger
virtual time to be returned by mocked time() function.
* Null means normal time() behavior.
* Null means normal time() behavior.
*/
*/
public
static
$time
;
public
static
$time
;
...
...
tests/unit/framework/caching/DbCacheTest.php
View file @
c7e8d8b9
...
@@ -34,7 +34,7 @@ class DbCacheTest extends CacheTestCase
...
@@ -34,7 +34,7 @@ class DbCacheTest extends CacheTestCase
}
}
/**
/**
* @param bool $reset whether to clean up the test database
* @param bool
ean
$reset whether to clean up the test database
* @return \yii\db\Connection
* @return \yii\db\Connection
*/
*/
public
function
getConnection
(
$reset
=
true
)
public
function
getConnection
(
$reset
=
true
)
...
...
tests/unit/framework/db/DatabaseTestCase.php
View file @
c7e8d8b9
...
@@ -35,8 +35,8 @@ abstract class DatabaseTestCase extends TestCase
...
@@ -35,8 +35,8 @@ abstract class DatabaseTestCase extends TestCase
}
}
/**
/**
* @param bool $reset whether to clean up the test database
* @param bool
ean
$reset whether to clean up the test database
* @param bool $open whether to open and populate test database
* @param bool
ean
$open whether to open and populate test database
* @return \yii\db\Connection
* @return \yii\db\Connection
*/
*/
public
function
getConnection
(
$reset
=
true
,
$open
=
true
)
public
function
getConnection
(
$reset
=
true
,
$open
=
true
)
...
...
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