File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments