|
52e4a3e645
|
release version 2.0.50
|
2024-05-30 20:23:31 +03:00 |
|
|
a292af13bf
|
[PHP 8.4] Fixes for implicit nullability deprecation (#20133)
Fixes all issues that emit deprecation notices on PHP 8.4 for implicit nullable parameter type declarations.
Related to #20128.
See:
- [RFC](https://wiki.php.net/rfc/deprecate-implicitly-nullable-types)
- [PHP 8.4: Implicitly nullable parameter declarations deprecated](https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated)
Co-authored-by: Wilmer Arambula <terabytesoftw@gmail.com>
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
|
2024-03-26 11:27:58 +03:00 |
|
|
e2a167028b
|
Upgrade to PSR12 coding standard (#20121)
|
2024-03-19 17:21:27 +03:00 |
|
|
161526cd41
|
HTTPS everywhere (#19503)
|
2022-08-03 12:32:18 +03:00 |
|
|
4628b91e73
|
Fix types (#19332)
* Migration::upsert() returns void
* Unneeded `@property` tags
* Add missing `null` param/return types
* Null types for db\Query + db\ActiveQuery
* Fixed testSelect
|
2022-03-30 18:40:10 +02:00 |
|
|
6dad27d4a1
|
Reversed #18499 (#18546)
|
2021-03-04 12:53:11 +03:00 |
|
|
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 |
|