Skip to content

Commit

Permalink
Fix #20276: Removed autogenerated migration phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
userator authored Nov 11, 2024
1 parent 8bd71d3 commit 5c16821
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Yii Framework 2 Change Log
- Enh #20267: Fixed called class check in `Widget::end()` when widget configured using callable (rob006, jrajamaki)
- Enh #20268: Minor optimisation in `\yii\helpers\BaseArrayHelper::map` (chriscpty)
- Enh #20273: Remove unnecessary `paragonie/random_compat` dependency (timwolla)
- Chg #20276: Removed autogenerated migration phpdoc (userator)

2.0.51 July 18, 2024
--------------------
Expand Down
3 changes: 0 additions & 3 deletions framework/views/migration.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@

use yii\db\Migration;

/**
* Class <?= $className . "\n" ?>
*/
class <?= $className ?> extends Migration
{
/**
Expand Down

0 comments on commit 5c16821

Please sign in to comment.