We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20cdab8 commit 5ae8f12Copy full SHA for 5ae8f12
src/AbstractConnection.php
@@ -202,7 +202,7 @@ public function setDisabledAuth($disabledAuth)
202
}
203
204
/**
205
- * Disables auth and calls $closure
+ * Disables auth and calls $closure.
206
*
207
* @param Closure $closure
208
* @return mixed
src/debug/Timing.php
@@ -10,7 +10,6 @@
10
11
namespace hiqdev\hiart\debug;
12
13
-use hiqdev\hiart\Request;
14
use yii\helpers\ArrayHelper;
15
use yii\helpers\Html;
16
use yii\helpers\Url;
0 commit comments