|
d1037db68d
|
Fix #18499: When using yii\db\Query::all() and yii\db\Query::$indexBy , the yii\db\Query::$indexBy is auto inserted into yii\db\Query::$select - the same as in yii\db\Query::column()
Co-authored-by: Bizley <pawel@positive.codes>
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
|
2021-02-23 18:44:39 +03:00 |
|
|
7a3a342127
|
Fix errors reported by apidoc extension. (#12986)
|
2016-11-13 14:51:21 +01:00 |
|
|
4aa935e69e
|
Fixes #12055: Changed boolean to bool and integer to int in phpdoc
|
2016-11-07 02:51:39 +03:00 |
|
|
6100849e2f
|
Documentation ActiveQueryInterface::one() (#12682)
* Documentation ActiveQueryInterface::one()
Currently there is an issue when using `BaseActiveRecord::findOne()` because it uses the return type for `ActiveQueryInterface::one()` which is inherited from `QueryInterface::one()` which returns `array|false`
https://scrutinizer-ci.com/g/yiisoft/yii2/issues/master/files/framework/db/BaseActiveRecord.php?selectedAuthors%5B0%5D=angeldelcaos%40gmail.com&orderField=path&order=asc&honorSelectedPaths=0
* null -> `null`
|
2016-10-11 15:00:45 +02:00 |
|
|
9ae21e5df2
|
phpDoc of joinWith updated to \yii\db\ActiveQuery
|
2016-01-12 12:20:12 +03:00 |
|
|
2b6ceb1eb7
|
phpDoc updated
|
2016-01-12 10:10:43 +03:00 |
|
|
cd87d67f34
|
Global DOCS update: ~~~ replaced with ```
|
2015-12-02 23:15:28 +02:00 |
|
|
67658cf57d
|
Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly
|
2015-05-31 13:39:30 +03:00 |
|
|
f11bdfa2a7
|
Grammar fix: followings -> following
|
2015-04-21 15:08:16 +02:00 |
|
|
cba52e3c5e
|
Fixes #5382: renamed "pivot table" to "junction table" since it's correct term to use
|
2014-10-07 01:13:17 +04:00 |
|
|
dca2a84c58
|
Fixed missing callable in method signature
|
2014-07-10 19:24:41 +04:00 |
|
|
bf3c75147d
|
reverted breaking PHPdoc codestyle changes
issue #2852
|
2014-03-23 20:51:09 +01:00 |
|
|
b5f8a4dc22
|
Reformat code te be PSR-2 compatible
|
2014-03-16 10:46:21 +06:00 |
|
|
cb8237c1b7
|
merged ActiveQueryInterface and ActiveRelatioInterface
|
2014-02-20 16:15:10 +01:00 |
|
|
262189533a
|
huge amount of documentation link fixes
|
2014-01-28 17:54:40 +01:00 |
|
|
0c38655217
|
psr-4 move
|
2014-01-10 21:41:43 -05:00 |
|