Skip to content

Commit c8307f9

Browse files
committed
1 parent 08587b6 commit c8307f9

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Resources/WcswidthDataGenerator.php

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -80,24 +80,24 @@ private function getHeader(string $version): string
8080
$date = (new \DateTimeImmutable())->format('c');
8181

8282
return <<<EOT
83-
<?php
84-
85-
/*
86-
* This file is part of the Symfony package.
87-
*
88-
* (c) Fabien Potencier <[email protected]>
89-
*
90-
* This file has been auto-generated by the Symfony String Component for internal use.
91-
*
92-
* Unicode version: $version
93-
* Date: $date
94-
*
95-
* For the full copyright and license information, please view the LICENSE
96-
* file that was distributed with this source code.
97-
*/
98-
99-
100-
EOT;
83+
<?php
84+
85+
/*
86+
* This file is part of the Symfony package.
87+
*
88+
* (c) Fabien Potencier <[email protected]>
89+
*
90+
* This file has been auto-generated by the Symfony String Component for internal use.
91+
*
92+
* Unicode version: $version
93+
* Date: $date
94+
*
95+
* For the full copyright and license information, please view the LICENSE
96+
* file that was distributed with this source code.
97+
*/
98+
99+
100+
EOT;
101101
}
102102

103103
private function format(array $rawData): array

0 commit comments

Comments
 (0)