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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-08-23 13:48:09 +00:00 committed by StyleCI Bot
parent e7a0508f80
commit 29afdf624a
59 changed files with 118 additions and 0 deletions

View file

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
namespace Stancl\Tenancy\Tests;
class ReidentificationTest extends TestCase