Skip to content

Commit

Permalink
fixed the meta data of the new files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheM1984 committed Sep 4, 2019
1 parent ba11569 commit 34382dc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions tests/Models/OrderStatusV2.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* Contains the OrderStatus class.
* Contains the OrderStatus class with Enum version 2 default
*
* @copyright Copyright (c) 2017 Attila Fulop
* @author Attila Fulop
* @author Mark Boessenkool
* @license MIT
* @since 2017-10-05
* @since 2019-09-03
*
*/

Expand Down
6 changes: 3 additions & 3 deletions tests/Models/OrderStatusVX.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* Contains the OrderStatus class.
* Contains the OrderStatus class with Enum version 2 and 3 default
*
* @copyright Copyright (c) 2017 Attila Fulop
* @author Attila Fulop
* @author Mark Boessenkool
* @license MIT
* @since 2017-10-05
* @since 2019-09-03
*
*/

Expand Down
6 changes: 3 additions & 3 deletions tests/Models/OrderV2.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* Contains the Order model class.
* Contains the Order model class for Enum version 2 default
*
* @copyright Copyright (c) 2017 Attila Fulop
* @author Attila Fulop
* @author Mark Boessenkool
* @license MIT
* @since 2017-10-05
* @since 2019-09-03
*
*/

Expand Down
6 changes: 3 additions & 3 deletions tests/Models/OrderVX.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* Contains the Order model class.
* Contains the Order model class for Enum version 2 and 3 default.
*
* @copyright Copyright (c) 2017 Attila Fulop
* @author Attila Fulop
* @author Mark Boessenkool
* @license MIT
* @since 2017-10-05
* @since 2019-09-03
*
*/

Expand Down

0 comments on commit 34382dc

Please sign in to comment.