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:
Maksim Spirkov
2025-08-27 00:01:33 +05:00
committed by GitHub
parent 22889d314a
commit 28b6ca7002
23 changed files with 327 additions and 118 deletions

View File

@ -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";