Completed
Push — master ( 06988d...474ad7 )
by Agel_Nash
02:26
created
src/Traits/DebugTrait.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -16,10 +16,10 @@
 block discarded – undo
16 16
     protected $timeFormat = '%2.5f';
17 17
 
18 18
     /**
19
-      * @return mysqli
20
-      * @throws Exceptions\ConnectException
21
-      * @throws Exceptions\QueryException
22
-      */
19
+     * @return mysqli
20
+     * @throws Exceptions\ConnectException
21
+     * @throws Exceptions\QueryException
22
+     */
23 23
     abstract public function getConnect() : mysqli;
24 24
 
25 25
     /**
Please login to merge, or discard this patch.