Skip to content

Commit

Permalink
fix the schema version comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunmoxue committed Jan 4, 2017
1 parent fd1b894 commit d7ef928
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DHL/Entity/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ abstract class Base extends BaseDataType
protected $_isSubobject = null;

/**
* @var boolean
* Is object a subobject or not
* @var string
* The schema version
*/
protected $_schemaVersion = '1.0';

Expand Down
6 changes: 6 additions & 0 deletions DHL/Entity/GB/ShipmentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ class ShipmentRequest extends Base
*/
protected $_serviceXSD = 'ShipmentRequest.xsd';

/**
* @var string
* The schema version
*/
protected $_schemaVersion = '1.0';

/**
* Display the schema version
* @var boolean
Expand Down

0 comments on commit d7ef928

Please sign in to comment.