Skip to content

Commit 5ae8f12

Browse files
committed
minor
1 parent 20cdab8 commit 5ae8f12

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/AbstractConnection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public function setDisabledAuth($disabledAuth)
202202
}
203203

204204
/**
205-
* Disables auth and calls $closure
205+
* Disables auth and calls $closure.
206206
*
207207
* @param Closure $closure
208208
* @return mixed

src/debug/Timing.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
namespace hiqdev\hiart\debug;
1212

13-
use hiqdev\hiart\Request;
1413
use yii\helpers\ArrayHelper;
1514
use yii\helpers\Html;
1615
use yii\helpers\Url;

0 commit comments

Comments
 (0)