Skip to content

Commit

Permalink
update package signature
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Nov 20, 2017
1 parent 5416d37 commit 78e69b6
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

$header = <<<'EOF'
This file is part of the Koriym.Ma package.
This file is part of the Koriym.MaDci package.
@license http://opensource.org/licenses/MIT MIT
EOF;
Expand Down
2 changes: 1 addition & 1 deletion example/Data/Account.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the Koriym.Ma package.
* This file is part of the Koriym.MaDci package.
*
* @license http://opensource.org/licenses/MIT MIT
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the Koriym.Ma package.
* This file is part of the Koriym.MaDci package.
*
* @license http://opensource.org/licenses/MIT MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion example/UseCase/TransferMoney/Role/SourceAccountRole.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the Koriym.Ma package.
* This file is part of the Koriym.MaDci package.
*
* @license http://opensource.org/licenses/MIT MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion example/UseCase/TransferMoneyContext.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the Koriym.Ma package.
* This file is part of the Koriym.MaDci package.
*
* @license http://opensource.org/licenses/MIT MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion example/run.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the Koriym.Ma package.
* This file is part of the Koriym.MaDci package.
*
* @license http://opensource.org/licenses/MIT MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion src/AbstractContext.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the Koriym.Ma package.
* This file is part of the Koriym.MaDci package.
*
* @license http://opensource.org/licenses/MIT MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion src/AbstractRole.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the Koriym.Ma package.
* This file is part of the Koriym.MaDci package.
*
* @license http://opensource.org/licenses/MIT MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion src/RoleInjector.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the Koriym.Ma package.
* This file is part of the Koriym.MaDci package.
*
* @license http://opensource.org/licenses/MIT MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion src/RolePlayer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the Koriym.Ma package.
* This file is part of the Koriym.MaDci package.
*
* @license http://opensource.org/licenses/MIT MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/ExampleTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the Koriym.Ma package.
* This file is part of the Koriym.MaDci package.
*
* @license http://opensource.org/licenses/MIT MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/RoleInjectorTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file is part of the Koriym.Ma package.
* This file is part of the Koriym.MaDci package.
*
* @license http://opensource.org/licenses/MIT MIT
*/
Expand Down

0 comments on commit 78e69b6

Please sign in to comment.