many phpcs fixes

This commit is contained in:
AlexGx
2014-03-05 00:22:55 +02:00
parent a94b2778b0
commit 1982efbdfe
117 changed files with 282 additions and 241 deletions

View File

@@ -35,4 +35,3 @@ echo $this->render('panels/config/table', [
]);
echo $panel->getPhpInfo();
?>

View File

@@ -67,4 +67,3 @@ echo GridView::widget([
]
],
]);
?>

View File

@@ -70,4 +70,3 @@ echo GridView::widget([
],
],
]);
?>

View File

@@ -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([
],
],
]);
?>