Commit 9b8372d5 by Carsten Brandt

phpdoc

parent 0d3e85ca
...@@ -232,7 +232,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface ...@@ -232,7 +232,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface
/** /**
* Creates a DB command that can be used to execute this query. * Creates a DB command that can be used to execute this query.
* @param Connection $db the DB connection used to create the DB command. * @param Connection|null $db the DB connection used to create the DB command.
* If null, the DB connection returned by [[modelClass]] will be used. * If null, the DB connection returned by [[modelClass]] will be used.
* @return Command the created DB command instance. * @return Command the created DB command instance.
*/ */
...@@ -260,7 +260,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface ...@@ -260,7 +260,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface
/** /**
* Creates a command for lazy loading of a relation. * Creates a command for lazy loading of a relation.
* @param Connection $db the DB connection used to create the DB command. * @param Connection|null $db the DB connection used to create the DB command.
* @return Command the created DB command instance. * @return Command the created DB command instance.
*/ */
private function createRelationalCommand($db = null) private function createRelationalCommand($db = null)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment