8 Commits

Author SHA1 Message Date
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
5a8c3d537b Enable phpdoc_summary rule in php-cs-fixer config (#14675)
* Enable `phpdoc_summary` rule in php-cs-fixer config.

* Fix case in "PHPDoc".
2017-08-21 11:19:35 +02:00
40e242b562 Fixes #14469: updated RFC links [skip ci] 2017-07-18 22:59:25 +03:00
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03: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
7fef8cf0cf Adds docblock comments and HTTP spec links for the new HTTP Exception classes (#2103) 2014-01-22 19:23:39 -08:00
81f3ce12ab Adds TooManyRequestsHttpException for 429 http errors 2014-01-21 16:57:31 -08:00