Files
rhertogh 81a3b83995 Fix #19021: Fix return type in PhpDoc yii\db\Migration functions up(), down(), safeUp() and safeDown()
* Fixed PhpDoc in Migration.php (revert #18886)

Fixed the return type of `up()`, `down()`, `safeUp()` and `safeDown()` functions to match the described behavior.
The current implementation checks for `false`, "all other return values mean the migration succeeds".
This PR also reverts #18886 since it was a code fix for what was documentation error.

Allow all possible values for `yii\db\Migration` functions `up()`, `down()`, `safeUp()` and `safeDown()`
2021-11-22 00:43:53 +03:00
..
2021-05-31 21:07:36 +03:00
2021-06-05 13:37:45 +03:00
2021-10-19 14:50:26 +02:00
2020-11-10 13:58:35 +03:00
2021-08-09 20:38:43 +03:00
2018-02-19 00:27:09 +02:00
2018-02-19 00:27:09 +02:00
2018-02-19 00:27:09 +02:00
2018-02-19 00:27:09 +02:00
2021-10-19 14:50:26 +02:00
2021-06-05 13:37:45 +03:00
2021-03-12 23:41:48 +03:00