Skip to content

Commit

Permalink
Add missing license header
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx authored and nicolas-grekas committed Apr 12, 2022
1 parent 4d81c7b commit a3ee53d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Tests/LokaliseProviderFactoryTest.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 <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Symfony\Component\Translation\Bridge\Lokalise\Tests;

use Symfony\Component\HttpClient\MockHttpClient;
Expand Down
9 changes: 9 additions & 0 deletions Tests/LokaliseProviderTest.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 <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Symfony\Component\Translation\Bridge\Lokalise\Tests;

use Psr\Log\LoggerInterface;
Expand Down

0 comments on commit a3ee53d

Please sign in to comment.