Skip to content

Commit

Permalink
Add readable type to Migration stub
Browse files Browse the repository at this point in the history
  • Loading branch information
erickskrauch committed Oct 3, 2023
1 parent 709bbd7 commit eadad59
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Stubs/db/Migration.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ declare(strict_types=1);

namespace yii\db;

/**
* @property-read \yii\db\Connection $db
*/
class Migration {

/**
Expand Down

0 comments on commit eadad59

Please sign in to comment.