diff options
Diffstat (limited to 'src/Calls/GetEndpointDataCall.php')
-rw-r--r-- | src/Calls/GetEndpointDataCall.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Calls/GetEndpointDataCall.php b/src/Calls/GetEndpointDataCall.php index a691c7f..546a351 100644 --- a/src/Calls/GetEndpointDataCall.php +++ b/src/Calls/GetEndpointDataCall.php @@ -38,8 +38,8 @@ class GetEndpointDataCall extends GenericCall /** * Send API call * - * @return SSLLabsApi\Objects\Host - * @see SSLLabsApi\Calls\GenericCall::send() + * @return BjoernrDe\SSLLabsApi\Objects\Host + * @see BjoernrDe\SSLLabsApi\Calls\GenericCall::send() */ public function send() { |