Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 6e84ff2

Browse files
committed
remove @author tags from phpdocs
1 parent c5385da commit 6e84ff2

2,916 files changed

Lines changed: 2 additions & 6251 deletions

File tree

Some content is hidden

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

src/FedEx/AbstractComplexType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
/**
99
* Abstract class for SimpleTypes
1010
*
11-
* @author Jeremy Dunn <jeremy@jsdunn.info>
1211
* @package PHP FedEx API wrapper
1312
*/
1413
abstract class AbstractComplexType

src/FedEx/AbstractRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
/**
55
* Abstract class for Request classes
66
*
7-
* @author Jeremy Dunn <jeremy@jsdunn.info>
87
* @package PHP FedEx API wrapper
98
*/
109
abstract class AbstractRequest
@@ -44,6 +43,7 @@ abstract class AbstractRequest
4443
* Constructor
4544
*
4645
* @param \SoapClient|null $soapClient
46+
* @throws \SoapFault
4747
*/
4848
public function __construct(\SoapClient $soapClient = null)
4949
{

src/FedEx/AbstractSimpleType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
/**
55
* Abstract class for SimpleTypes
66
*
7-
* @author Jeremy Dunn <jeremy@jsdunn.info>
87
* @package PHP FedEx API wrapper
98
*/
109
abstract class AbstractSimpleType

src/FedEx/AddressValidationService/ComplexType/Address.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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 <jeremy@jsdunn.info>
109
* @package PHP FedEx API wrapper
1110
* @subpackage Address Validation Service
1211
*

src/FedEx/AddressValidationService/ComplexType/AddressAttribute.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/**
77
* Specifies additional information about the address processed by the SHARE systems as a key-value pair.
88
*
9-
* @author Jeremy Dunn <jeremy@jsdunn.info>
109
* @package PHP FedEx API wrapper
1110
* @subpackage Address Validation Service
1211
*

src/FedEx/AddressValidationService/ComplexType/AddressToValidate.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/**
77
* AddressToValidate
88
*
9-
* @author Jeremy Dunn <jeremy@jsdunn.info>
109
* @package PHP FedEx API wrapper
1110
* @subpackage Address Validation Service
1211
*

src/FedEx/AddressValidationService/ComplexType/AddressValidationReply.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/**
77
* AddressValidationReply
88
*
9-
* @author Jeremy Dunn <jeremy@jsdunn.info>
109
* @package PHP FedEx API wrapper
1110
* @subpackage Address Validation Service
1211
*

src/FedEx/AddressValidationService/ComplexType/AddressValidationRequest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/**
77
* AddressValidationRequest
88
*
9-
* @author Jeremy Dunn <jeremy@jsdunn.info>
109
* @package PHP FedEx API wrapper
1110
* @subpackage Address Validation Service
1211
*

src/FedEx/AddressValidationService/ComplexType/AddressValidationResult.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/**
77
* AddressValidationResult
88
*
9-
* @author Jeremy Dunn <jeremy@jsdunn.info>
109
* @package PHP FedEx API wrapper
1110
* @subpackage Address Validation Service
1211
*

src/FedEx/AddressValidationService/ComplexType/ClientDetail.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/**
77
* Descriptive data for the client submitting a transaction.
88
*
9-
* @author Jeremy Dunn <jeremy@jsdunn.info>
109
* @package PHP FedEx API wrapper
1110
* @subpackage Address Validation Service
1211
*

0 commit comments

Comments
 (0)