Fix typo
This commit is contained in:
parent
44e7f63760
commit
1aabfa1f3e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
declare(strict_type=1);
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Enum;
|
||||
|
||||
|
|
Reference in a new issue