Skip to content

Commit 6cd26f8

Browse files
committed
Interestingly enough that space is only in the test files?
1 parent 0ca1917 commit 6cd26f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ protected function applyPsr2($fileName)
441441
file_put_contents(
442442
$fileName,
443443
str_replace(
444-
'<?php ',
444+
'<?php',
445445
'<?php declare(strict_types=1);',
446446
file_get_contents(
447447
$fileName

0 commit comments

Comments
 (0)