1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:34:04 +00:00

Revert auto formatted declare of strict_types

Caused by auto-formatting in VSCode
This commit is contained in:
Jasper Koers 2021-04-20 12:08:26 +02:00
parent e5c0304030
commit a88c95b089

View file

@ -1,6 +1,6 @@
<?php
declare (strict_types = 1);
declare(strict_types=1);
namespace Stancl\Tenancy\Tests;