Skip to content

Commit

Permalink
Revert "remove @author tags from phpdocs"
Browse files Browse the repository at this point in the history
This reverts commit 6e84ff2.
  • Loading branch information
JeremyDunn committed Mar 4, 2022
1 parent de530e7 commit 39ffa1e
Show file tree
Hide file tree
Showing 2,916 changed files with 6,251 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/FedEx/AbstractComplexType.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/**
* Abstract class for SimpleTypes
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
*/
abstract class AbstractComplexType
Expand Down
2 changes: 1 addition & 1 deletion src/FedEx/AbstractRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/**
* Abstract class for Request classes
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
*/
abstract class AbstractRequest
Expand Down Expand Up @@ -43,7 +44,6 @@ abstract class AbstractRequest
* Constructor
*
* @param \SoapClient|null $soapClient
* @throws \SoapFault
*/
public function __construct(\SoapClient $soapClient = null)
{
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/AbstractSimpleType.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/**
* Abstract class for SimpleTypes
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
*/
abstract class AbstractSimpleType
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/AddressValidationService/ComplexType/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* 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).
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Specifies additional information about the address processed by the SHARE systems as a key-value pair.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* AddressToValidate
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* AddressValidationReply
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* AddressValidationRequest
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* AddressValidationResult
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Descriptive data for the client submitting a transaction.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/AddressValidationService/ComplexType/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* The descriptive data for a point-of-contact person.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Identifies the representation of human-readable text.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* The descriptive data regarding the result of the submitted transaction.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* NotificationParameter
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* ParsedAddressPartsDetail
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* ParsedPostalCodeDetail
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* ParsedStreetLineDetail
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* TransactionDetail
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Identifies the version/level of a service operation expected by a caller (in each request) and performed by the callee (in each reply).
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Two part authentication string used for the sender's identity
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Used in authentication of the sender's identity.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/AddressValidationService/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Request sends the SOAP call to the FedEx servers and returns the response
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* AutoConfigurationType
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Specifies the address classification (business vs. residential)
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* NotificationSeverityType
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* 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.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Address Validation Service
*/
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/AsyncService/ComplexType/ArtifactPart.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* ArtifactPart
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Specifies the details about the criteria used for artifact selection during retrieval.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/AsyncService/ComplexType/ClientDetail.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Descriptive data for the client submitting a transaction.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/AsyncService/ComplexType/Localization.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Identifies the representation of human-readable text.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/AsyncService/ComplexType/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* The descriptive data regarding the result of the submitted transaction.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* NotificationParameter
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* RetrieveJobResultsReply
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* This request object is used by the client to retrieve artifacts stored by the ASYNC service.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/AsyncService/ComplexType/RetrievedArtifact.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* RetrievedArtifact
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/AsyncService/ComplexType/TransactionDetail.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* TransactionDetail
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/AsyncService/ComplexType/VersionId.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Identifies the version/level of a service operation expected by a caller (in each request) and performed by the callee (in each reply).
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Two part authentication string used for the sender's identity
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Used in authentication of the sender's identity.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/AsyncService/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Request sends the SOAP call to the FedEx servers and returns the response
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*/
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/AsyncService/SimpleType/ArtifactFormatType.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Identifies the format of the artifact.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*/
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/AsyncService/SimpleType/ArtifactType.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Identifies the type of artifact created.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*/
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/AsyncService/SimpleType/ExpressRegionCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Indicates a FedEx Express operating region.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* NotificationSeverityType
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage ASync Service
*/
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/CloseService/ComplexType/ClientDetail.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Descriptive data for the client submitting a transaction.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Close Service
*
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/CloseService/ComplexType/CloseDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* CloseDocument
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Close Service
*
Expand Down
1 change: 1 addition & 0 deletions src/FedEx/CloseService/ComplexType/CloseDocumentFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* Specifies characteristics of a close document to be produced.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Close Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* 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.
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Close Service
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/**
* CloseManifestReferenceDetail
*
* @author Jeremy Dunn <[email protected]>
* @package PHP FedEx API wrapper
* @subpackage Close Service
*
Expand Down
Loading

0 comments on commit 39ffa1e

Please sign in to comment.