mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
Fix #20485: Fix error Cannot unset string offsets in yii\di\Instance:ensure(['__class' => ...], 'some\class\name'), Integrate PHPStan for static analysis
This commit is contained in:
@ -5,10 +5,12 @@
|
||||
*
|
||||
* The following variables are available in this view:
|
||||
*
|
||||
* @var \yii\web\View $this
|
||||
* @var string $className the new migration class name without namespace
|
||||
* @var string $namespace the new migration class namespace
|
||||
* @var string $table the name table
|
||||
* @var array $fields the fields
|
||||
* @var array $foreignKeys
|
||||
*/
|
||||
|
||||
echo "<?php\n";
|
||||
|
||||
Reference in New Issue
Block a user