8000 [Minor] [Serializer] Removed second license header · symfony/symfony@dee3be3 · GitHub
[go: up one dir, main page]

Skip to content

Commit dee3be3

Browse files
committed
[Minor] [Serializer] Removed second license header
| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | none | License | MIT | Doc PR | none PR #15918 added a second license header to the `ArrayDenormalizer` file. One license header is probably enough.
1 parent 1705370 commit dee3be3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@
1111

1212
namespace Symfony\Component\Serializer\Normalizer;
1313

14-
/*
15-
* This file is part of the Symfony package.
16-
*
17-
* (c) Fabien Potencier <fabien@symfony.com>
18-
*
19-
* For the full copyright and license information, please view the LICENSE
20-
* file that was distributed with this source code.
21-
*/
22-
2314
use Symfony\Component\Serializer\Exception\BadMethodCallException;
2415
use Symfony\Component\Serializer\Exception\InvalidArgumentException;
2516
use Symfony\Component\Serializer\SerializerAwareInterface;

0 commit comments

Comments
 (0)
0