@@ -16,10 +16,10 @@ |
||
| 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 | /** |