8000 minor #16284 [Minor] [Serializer] Removed second license header (derr… · symfony/symfony@b9c0fe4 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9c0fe4

Browse files
committed
minor #16284 [Minor] [Serializer] Removed second license header (derrabus)
This PR was merged into the 2.8 branch. Discussion ---------- [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. Commits ------- dee3be3 [Minor] [Serializer] Removed second license header
2 parents 4618f0b + dee3be3 commit b9c0fe4

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