Skip to content

Commit 39ffa1e

Browse files
committedMar 4, 2022
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 <jeremy@jsdunn.info>
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 <jeremy@jsdunn.info>
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
{

0 commit comments

Comments
 (0)
Please sign in to comment.