mirror of
https://codeberg.org/vlw/php-mysql.git
synced 2025-09-14 08:43:40 +02:00
fix(nit): indentation
This commit is contained in:
parent
cdf1b476b3
commit
a4240b22c2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace libmysqldriver;
|
namespace libmysqldriver;
|
||||||
|
|
||||||
class MySQL extends \mysqli {
|
class MySQL extends \mysqli {
|
||||||
function __construct(string $host, string $user, string $pass, string $db) {
|
function __construct(string $host, string $user, string $pass, string $db) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue