mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-14 19:28:34 +01:00
Fixes #12055: Changed boolean to bool and integer to int in phpdoc
This commit is contained in:
committed by
Alexander Makarov
parent
940f7c7cd4
commit
4aa935e69e
@@ -24,7 +24,7 @@ interface ActiveQueryInterface extends QueryInterface
|
||||
{
|
||||
/**
|
||||
* Sets the [[asArray]] property.
|
||||
* @param boolean $value whether to return the query results in terms of arrays instead of Active Records.
|
||||
* @param bool $value whether to return the query results in terms of arrays instead of Active Records.
|
||||
* @return $this the query object itself
|
||||
*/
|
||||
public function asArray($value = true);
|
||||
|
||||
Reference in New Issue
Block a user