Skip to content

Commit d7d5106

Browse files
vojtech-dobesGabrielAnca
authored andcommitted
Make return phpDoc of stdClass fully qualified (#278)
1 parent 5fd9774 commit d7d5106

14 files changed

+14
-0
lines changed

src/IntercomAdmins.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Intercom;
44

55
use Http\Client\Exception;
6+
use stdClass;
67

78
class IntercomAdmins
89
{

src/IntercomBulk.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Intercom;
44

55
use Http\Client\Exception;
6+
use stdClass;
67

78
class IntercomBulk
89
{

src/IntercomClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
use Psr\Http\Message\RequestInterface;
1818
use Psr\Http\Message\ResponseInterface;
1919
use Psr\Http\Message\UriInterface;
20+
use stdClass;
2021

2122
class IntercomClient
2223
{

src/IntercomCompanies.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Intercom;
44

55
use Http\Client\Exception;
6+
use stdClass;
67

78
class IntercomCompanies
89
{

src/IntercomConversations.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Intercom;
44

55
use Http\Client\Exception;
6+
use stdClass;
67

78
class IntercomConversations
89
{

src/IntercomCounts.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Intercom;
44

55
use Http\Client\Exception;
6+
use stdClass;
67

78
class IntercomCounts
89
{

src/IntercomEvents.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Intercom;
44

55
use Http\Client\Exception;
6+
use stdClass;
67

78
class IntercomEvents
89
{

src/IntercomLeads.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Intercom;
44

55
use Http\Client\Exception;
6+
use stdClass;
67

78
class IntercomLeads
89
{

src/IntercomMessages.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Intercom;
44

55
use Http\Client\Exception;
6+
use stdClass;
67

78
class IntercomMessages
89
{

src/IntercomNotes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Intercom;
44

55
use Http\Client\Exception;
6+
use stdClass;
67

78
class IntercomNotes
89
{

0 commit comments

Comments
 (0)