Commit Graph

7 Commits

Author SHA1 Message Date
Brandon Kelly
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
Robert Korulczyk
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
Carsten Brandt
f620f4de90 phpdoc fixes 2016-02-07 19:48:13 +01:00
Carsten Brandt
73d6f32234 fixed name conflict between class and file name for UnprocessableEntityHttpException
pr #9733
2015-09-27 09:54:53 +02:00
janfrs
194b80b00e Fix comment msg UnprocessableEntity #2106 2015-09-20 22:28:25 -03:00
janfrs
07199cbf61 Change to since 2.0.7 on UnprocessableEntity #2106
Thanks to @Renkas for noticing
2015-09-20 15:18:52 -03:00
janfrs
7562fe940e Add Unprocessable Entity Exception as in #2106 2015-09-19 17:05:28 -03:00