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
d3d832a3
Commit
d3d832a3
authored
Feb 24, 2014
by
Carsten Brandt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
phpdoc fixes
parent
36457012
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Query.php
framework/db/Query.php
+1
-1
QueryBuilder.php
framework/db/QueryBuilder.php
+1
-1
No files found.
framework/db/Query.php
View file @
d3d832a3
...
@@ -338,7 +338,7 @@ class Query extends Component implements QueryInterface
...
@@ -338,7 +338,7 @@ class Query extends Component implements QueryInterface
* Queries a scalar value by setting [[select]] first.
* Queries a scalar value by setting [[select]] first.
* Restores the value of select to make this query reusable.
* Restores the value of select to make this query reusable.
* @param string|Expression $selectExpression
* @param string|Expression $selectExpression
* @param Connection $db
* @param Connection
|null
$db
* @return bool|string
* @return bool|string
*/
*/
private
function
queryScalar
(
$selectExpression
,
$db
)
private
function
queryScalar
(
$selectExpression
,
$db
)
...
...
framework/db/QueryBuilder.php
View file @
d3d832a3
...
@@ -645,7 +645,7 @@ class QueryBuilder extends \yii\base\Object
...
@@ -645,7 +645,7 @@ class QueryBuilder extends \yii\base\Object
}
}
/**
/**
* @param
string|
array $joins
* @param array $joins
* @param array $params the binding parameters to be populated
* @param array $params the binding parameters to be populated
* @return string the JOIN clause built from [[Query::$join]].
* @return string the JOIN clause built from [[Query::$join]].
* @throws Exception if the $joins parameter is not in proper format
* @throws Exception if the $joins parameter is not in proper format
...
...
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