Skip to content

Commit

Permalink
Merge pull request #9 from ergebnis/fix/holder
Browse files Browse the repository at this point in the history
Fix: Actually use holder
  • Loading branch information
localheinz authored Jan 4, 2020
2 parents c7c799c + 3000009 commit 9d86c63
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ declare(strict_types=1);
* @see https://github.com/ergebnis/license
*/

use Ergebnis\License;
use Ergebnis\PhpCsFixer\Config;

$header = <<<'EOF'
Copyright (c) 2020 Andreas Möller
$holder = License\Holder::fromString('Andreas Möller');

$header = <<<EOF
Copyright (c) 2020 {$holder->toString()}
For the full copyright and license information, please view
the LICENSE file that was distributed with this source code.
Expand Down

0 comments on commit 9d86c63

Please sign in to comment.