fix(nit): indentation

This commit is contained in:
Victor Westerlund 2023-04-24 17:09:18 +02:00 committed by GitHub
parent cdf1b476b3
commit a4240b22c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<?php
namespace libmysqldriver;
namespace libmysqldriver;
class MySQL extends \mysqli {
function __construct(string $host, string $user, string $pass, string $db) {