mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-30 06:29:02 +08:00
many phpcs fixes
This commit is contained in:
@@ -35,4 +35,3 @@ echo $this->render('panels/config/table', [
|
||||
]);
|
||||
|
||||
echo $panel->getPhpInfo();
|
||||
?>
|
||||
@@ -67,4 +67,3 @@ echo GridView::widget([
|
||||
]
|
||||
],
|
||||
]);
|
||||
?>
|
||||
|
||||
@@ -70,4 +70,3 @@ echo GridView::widget([
|
||||
],
|
||||
],
|
||||
]);
|
||||
?>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
use yii\grid\GridView;
|
||||
use yii\helpers\Html;
|
||||
|
||||
?>
|
||||
<h1>Performance Profiling</h1>
|
||||
<p>Total processing time: <b><?= $time ?></b>; Peak memory: <b><?= $memory ?></b>.</p>
|
||||
@@ -50,4 +51,3 @@ echo GridView::widget([
|
||||
],
|
||||
],
|
||||
]);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user