nvlad / yii2support

Yii2 Support for PhpStorm / IntelliJ IDEA
https://plugins.jetbrains.com/idea/plugin/9388-yii2-support
Other
295 stars 54 forks source link

Case insensitive dateFromName Pattern #198

Closed rhertogh closed 6 years ago

rhertogh commented 6 years ago

The default Yii2 regex is case insensitive (yiisoft/yii2/console/controllers/BaseMigrateController.php:903 /^(m(\d{6}_?\d{6})\D.*?)\.php$/is).

Fixes: #196

nvlad commented 6 years ago

to resolve issue #196 not enough ignoring character case. work to resolve this issue now in progress in the branch https://github.com/nvlad/yii2support/tree/migration-namespaces