Skip to content

Commit 08fed00

Browse files
committed
chore(TestSetterAndGetter): Adhere to coding standard introduced with PR #3
1 parent 5be3314 commit 08fed00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/TestCase/TestSetterAndGetterTrait.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php declare(strict_types=1);
1+
<?php
22
/**
33
* CROSS PHPUnit Utils
44
*
@@ -7,6 +7,8 @@
77
* @copyright 2019 Cross Solution <http://cross-solution.de>
88
*/
99

10+
declare(strict_types=1);
11+
1012
namespace Cross\TestUtils\TestCase;
1113

1214
use Cross\TestUtils\Exception\InvalidUsageException;

0 commit comments

Comments
 (0)