Skip to content

Commit a751100

Browse files
keradusfabpot
authored andcommitted
chore: PHP CS Fixer - allow header validator
1 parent 373a11f commit a751100

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

Resources/WcswidthDataGenerator.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,17 @@ private function getHeader(string $version): string
8383
<?php
8484
8585
/*
86+
* This file is part of the Symfony package.
87+
*
88+
* (c) Fabien Potencier <[email protected]>
89+
*
8690
* This file has been auto-generated by the Symfony String Component for internal use.
8791
*
8892
* Unicode version: $version
8993
* Date: $date
94+
*
95+
* For the full copyright and license information, please view the LICENSE
96+
* file that was distributed with this source code.
9097
*/
9198
9299

Resources/data/wcswidth_table_wide.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
<?php
22

33
/*
4+
* This file is part of the Symfony package.
5+
*
6+
* (c) Fabien Potencier <[email protected]>
7+
*
48
* This file has been auto-generated by the Symfony String Component for internal use.
59
*
610
* Unicode version: 16.0.0
711
* Date: 2024-09-11T08:21:22+00:00
12+
*
13+
* For the full copyright and license information, please view the LICENSE
14+
* file that was distributed with this source code.
815
*/
916

1017
return [

Resources/data/wcswidth_table_zero.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
<?php
22

33
/*
4+
* This file is part of the Symfony package.
5+
*
6+
* (c) Fabien Potencier <[email protected]>
7+
*
48
* This file has been auto-generated by the Symfony String Component for internal use.
59
*
610
* Unicode version: 16.0.0
711
* Date: 2024-09-11T08:21:22+00:00
12+
*
13+
* For the full copyright and license information, please view the LICENSE
14+
* file that was distributed with this source code.
815
*/
916

1017
return [

0 commit comments

Comments
 (0)