summaryrefslogtreecommitdiffstats
path: root/src/Calls
diff options
context:
space:
mode:
Diffstat (limited to 'src/Calls')
-rw-r--r--src/Calls/AnalyzeCall.php4
-rw-r--r--src/Calls/GetEndpointDataCall.php4
-rw-r--r--src/Calls/InfoCall.php4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/Calls/AnalyzeCall.php b/src/Calls/AnalyzeCall.php
index 4a4dff8..aed1e39 100644
--- a/src/Calls/AnalyzeCall.php
+++ b/src/Calls/AnalyzeCall.php
@@ -34,8 +34,8 @@ class AnalyzeCall 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()
{
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()
{
diff --git a/src/Calls/InfoCall.php b/src/Calls/InfoCall.php
index 90752ce..20579e8 100644
--- a/src/Calls/InfoCall.php
+++ b/src/Calls/InfoCall.php
@@ -21,8 +21,8 @@ class InfoCall extends GenericCall
/**
* Send API call
*
- * @return SSLLabsApi\Objects\Info
- * @see SSLLabsApi\Calls\GenericCall::send()
+ * @return BjoernrDe\SSLLabsApi\Objects\Info
+ * @see BjoernrDe\SSLLabsApi\Calls\GenericCall::send()
*/
public function send()
{