Skip to content

Commit

Permalink
Add missing license header
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Apr 12, 2022
1 parent 324f7f7 commit c25e38d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Tests/Loader/FileLocatorStub.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Symfony\Component\Routing\Tests\Loader;

use Symfony\Component\Config\FileLocatorInterface;
Expand Down
9 changes: 9 additions & 0 deletions Tests/Matcher/Dumper/StaticPrefixCollectionTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Symfony\Component\Routing\Tests\Matcher\Dumper;

use PHPUnit\Framework\TestCase;
Expand Down

0 comments on commit c25e38d

Please sign in to comment.