Adapt code style to PSR-12

This commit is contained in:
Michael Weimann 2019-11-12 22:04:39 +01:00
parent 35a7d853ff
commit 17192a2c41
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
4 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace Engelsystem\Migrations;

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace Engelsystem\Models;

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace Engelsystem\Models;

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace Engelsystem\Test\Unit\Models;