Skip to content

Commit

Permalink
adds missing file header
Browse files Browse the repository at this point in the history
  • Loading branch information
oqq committed Jan 24, 2017
1 parent f6e8e41 commit 4999dff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/Command/CreatePhpServiceCommandTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
<?php
/**
* This file is part of the prooph/micro.
* (c) 2017-2017 prooph software GmbH <contact@prooph.de>
* (c) 2017-2017 Sascha-Oliver Prolic <saschaprolic@googlemail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

Expand Down

0 comments on commit 4999dff

Please sign in to comment.