mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +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:
@ -2,6 +2,14 @@
|
||||
|
||||
use yii\helpers\Html;
|
||||
|
||||
/**
|
||||
* @var \yii\web\View $this
|
||||
* @var string $title
|
||||
* @var string $sourcePath
|
||||
* @var string $translationPath
|
||||
* @var array $results
|
||||
*/
|
||||
|
||||
?><!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
@ -46,4 +54,4 @@ use yii\helpers\Html;
|
||||
<?php endif ?>
|
||||
<?php endforeach ?>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user