Skip to content

Commit c7e9e62

Browse files
committed
added missing header
1 parent bd7682d commit c7e9e62

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Adapter/Local/JSONFile/Tests/LocalJSONFileAdapterTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
declare(strict_types=1);
44

5+
/*
6+
* @author Aaron Scherer <aequasi@gmail.com>
7+
* @date 2019
8+
* @license https://opensource.org/licenses/MIT
9+
*/
10+
511
namespace Secretary\Tests;
612

713
use PHPUnit\Framework\TestCase;

0 commit comments

Comments
 (0)