Skip to content

Commit e581a32

Browse files
Fix CS/WS issues
1 parent ed44a9b commit e581a32

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/end-to-end/regression/5164/Issue5164Test.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
<?php declare(strict_types=1);
2+
/*
3+
* This file is part of PHPUnit.
4+
*
5+
* (c) Sebastian Bergmann <sebastian@phpunit.de>
6+
*
7+
* For the full copyright and license information, please view the LICENSE
8+
* file that was distributed with this source code.
9+
*/
210
use PHPUnit\Framework\TestCase;
311

412
final class Issue5164Test extends TestCase

0 commit comments

Comments
 (0)