mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-19 05:37:54 +01:00
Enable phpdoc_add_missing_param_annotation rule in php-cs-fixer config. (#14681) [skip ci]
This commit is contained in:
committed by
Alexander Makarov
parent
b7079d31df
commit
0c0942d6e2
@@ -98,6 +98,7 @@ trait MigrateControllerTestTrait
|
||||
/**
|
||||
* @param string $name
|
||||
* @param string|null $date
|
||||
* @param string|null $path
|
||||
* @return string generated class name
|
||||
*/
|
||||
protected function createMigration($name, $date = null, $path = null)
|
||||
|
||||
Reference in New Issue
Block a user