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

+1
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

+1-1
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

+1
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

+1
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

+1
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

+1
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

+1
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

+1
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

+1
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

+1
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
*

src/FedEx/AddressValidationService/ComplexType/Contact.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* The descriptive data for a point-of-contact person.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Address Validation Service
1112
*

src/FedEx/AddressValidationService/ComplexType/Localization.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Identifies the representation of human-readable text.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Address Validation Service
1112
*

src/FedEx/AddressValidationService/ComplexType/Notification.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* The descriptive data regarding the result of the submitted transaction.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Address Validation Service
1112
*

src/FedEx/AddressValidationService/ComplexType/NotificationParameter.php

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

src/FedEx/AddressValidationService/ComplexType/ParsedAddressPartsDetail.php

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

src/FedEx/AddressValidationService/ComplexType/ParsedPostalCodeDetail.php

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

src/FedEx/AddressValidationService/ComplexType/ParsedStreetLineDetail.php

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

src/FedEx/AddressValidationService/ComplexType/TransactionDetail.php

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

src/FedEx/AddressValidationService/ComplexType/VersionId.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Identifies the version/level of a service operation expected by a caller (in each request) and performed by the callee (in each reply).
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Address Validation Service
1112
*

src/FedEx/AddressValidationService/ComplexType/WebAuthenticationCredential.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Two part authentication string used for the sender's identity
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Address Validation Service
1112
*

src/FedEx/AddressValidationService/ComplexType/WebAuthenticationDetail.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Used in authentication of the sender's identity.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Address Validation Service
1112
*

src/FedEx/AddressValidationService/Request.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Request sends the SOAP call to the FedEx servers and returns the response
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Address Validation Service
1112
*/

src/FedEx/AddressValidationService/SimpleType/AutoConfigurationType.php

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

src/FedEx/AddressValidationService/SimpleType/FedExAddressClassificationType.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Specifies the address classification (business vs. residential)
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Address Validation Service
1112
*/

src/FedEx/AddressValidationService/SimpleType/NotificationSeverityType.php

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

src/FedEx/AddressValidationService/SimpleType/OperationalAddressStateType.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Specifies how different the address returned is from the address provided. This difference can be because the address is cannonialised to match the address specification standard set by USPS.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Address Validation Service
1112
*/

src/FedEx/AsyncService/ComplexType/ArtifactPart.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* ArtifactPart
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*

src/FedEx/AsyncService/ComplexType/ArtifactRetrievalFilter.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Specifies the details about the criteria used for artifact selection during retrieval.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*

src/FedEx/AsyncService/ComplexType/ClientDetail.php

+1
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 ASync Service
1112
*

src/FedEx/AsyncService/ComplexType/Localization.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Identifies the representation of human-readable text.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*

src/FedEx/AsyncService/ComplexType/Notification.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* The descriptive data regarding the result of the submitted transaction.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*

src/FedEx/AsyncService/ComplexType/NotificationParameter.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* NotificationParameter
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*

src/FedEx/AsyncService/ComplexType/RetrieveJobResultsReply.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* RetrieveJobResultsReply
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*

src/FedEx/AsyncService/ComplexType/RetrieveJobResultsRequest.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* This request object is used by the client to retrieve artifacts stored by the ASYNC service.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*

src/FedEx/AsyncService/ComplexType/RetrievedArtifact.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* RetrievedArtifact
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*

src/FedEx/AsyncService/ComplexType/TransactionDetail.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* TransactionDetail
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*

src/FedEx/AsyncService/ComplexType/VersionId.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Identifies the version/level of a service operation expected by a caller (in each request) and performed by the callee (in each reply).
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*

src/FedEx/AsyncService/ComplexType/WebAuthenticationCredential.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Two part authentication string used for the sender's identity
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*

src/FedEx/AsyncService/ComplexType/WebAuthenticationDetail.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Used in authentication of the sender's identity.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*

src/FedEx/AsyncService/Request.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Request sends the SOAP call to the FedEx servers and returns the response
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*/

src/FedEx/AsyncService/SimpleType/ArtifactFormatType.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Identifies the format of the artifact.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*/

src/FedEx/AsyncService/SimpleType/ArtifactType.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Identifies the type of artifact created.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*/

src/FedEx/AsyncService/SimpleType/ExpressRegionCode.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Indicates a FedEx Express operating region.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*/

src/FedEx/AsyncService/SimpleType/NotificationSeverityType.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* NotificationSeverityType
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage ASync Service
1112
*/

src/FedEx/CloseService/ComplexType/ClientDetail.php

+1
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 Close Service
1112
*

src/FedEx/CloseService/ComplexType/CloseDocument.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* CloseDocument
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Close Service
1112
*

src/FedEx/CloseService/ComplexType/CloseDocumentFormat.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Specifies characteristics of a close document to be produced.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Close Service
1112
*

src/FedEx/CloseService/ComplexType/CloseDocumentSpecification.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* Contains all data required for close-time documents to be produced in conjunction with a specific set of shipments. For January 2010, there are no applicable options for the COD report, the Manifest, or the Multiweight Report (they will only be available in TEXT format). Detail specifications will be added for those report types when customer-selectable options are implemented.
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Close Service
1112
*

src/FedEx/CloseService/ComplexType/CloseManifestReferenceDetail.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
/**
77
* CloseManifestReferenceDetail
88
*
9+
* @author Jeremy Dunn <[email protected]>
910
* @package PHP FedEx API wrapper
1011
* @subpackage Close Service
1112
*

0 commit comments

Comments
 (0)