strict_types

This commit is contained in:
shibafu 2020-05-22 23:12:41 +09:00
parent 531067fb9c
commit fb5b34b239
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace Tests\Unit\Services;