Skip to content

Commit 39ffa1e

Browse files
committed
Revert "remove @author tags from phpdocs"
This reverts commit 6e84ff2.
1 parent de530e7 commit 39ffa1e

File tree

2,916 files changed

+6251
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,916 files changed

+6251
-2
lines changed

src/FedEx/AbstractComplexType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/**
99
* Abstract class for SimpleTypes
1010
*
11+
* @author Jeremy Dunn <[email protected]>
1112
* @package PHP FedEx API wrapper
1213
*/
1314
abstract class AbstractComplexType

src/FedEx/AbstractRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/**
55
* Abstract class for Request classes
66
*
7+
* @author Jeremy Dunn <[email protected]>
78
* @package PHP FedEx API wrapper
89
*/
910
abstract class AbstractRequest
@@ -43,7 +44,6 @@ abstract class AbstractRequest
4344
* Constructor
4445
*
4546
* @param \SoapClient|null $soapClient
46-
* @throws \SoapFault
4747
*/
4848
public function __construct(\SoapClient $soapClient = null)
4949
{

src/FedEx/AbstractSimpleType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/**
55
* Abstract class for SimpleTypes
66
*
7+
* @author Jeremy Dunn <[email protected]>
78
* @package PHP FedEx API wrapper
89
*/
910
abstract class AbstractSimpleType

src/FedEx/AddressValidationService/ComplexType/Address.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Descriptive data for a physical location. May be used as an actual physical address (place to which one could go), or as a container of "address parts" which should be handled as a unit (such as a city-state-ZIP combination within the US).
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Address Validation Service
1112
*

src/FedEx/AddressValidationService/ComplexType/AddressAttribute.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Specifies additional information about the address processed by the SHARE systems as a key-value pair.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Address Validation Service
1112
*

src/FedEx/AddressValidationService/ComplexType/AddressToValidate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* AddressToValidate
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Address Validation Service
1112
*

src/FedEx/AddressValidationService/ComplexType/AddressValidationReply.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* AddressValidationReply
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Address Validation Service
1112
*

src/FedEx/AddressValidationService/ComplexType/AddressValidationRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* AddressValidationRequest
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Address Validation Service
1112
*

src/FedEx/AddressValidationService/ComplexType/AddressValidationResult.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* AddressValidationResult
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Address Validation Service
1112
*

src/FedEx/AddressValidationService/ComplexType/ClientDetail.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Descriptive data for the client submitting a transaction.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Address Validation Service
1112
*

0 commit comments

Comments
 (0)