@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Shrikeh\PagerDuty\Collection; |
| 4 | 4 | |
| 5 | 5 | use Shrikeh\Collection\ImmutableBoilerPlate; |
| 6 | - |
|
| 7 | 6 | use Shrikeh\PagerDuty\Collection; |
| 8 | 7 | use Shrikeh\PagerDuty\Entity\User; |
| 9 | 8 | |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use InvalidArgumentException; |
| 6 | 6 | use OutOfBoundsException; |
| 7 | - |
|
| 8 | 7 | use Shrikeh\PagerDuty\Entity\ContactMethod\Resource; |
| 9 | 8 | use Shrikeh\PagerDuty\Entity\ContactMethod\Resource\Blacklisted; |
| 10 | 9 | use Shrikeh\PagerDuty\Entity\ContactMethod\Resource\Blacklistable; |
@@ -5,7 +5,6 @@ |
||
| 5 | 5 | use Shrikeh\PagerDuty\Hydrator; |
| 6 | 6 | use GuzzleHttp\Psr7\Uri; |
| 7 | 7 | use Shrikeh\PagerDuty\Entity\ContactMethod\ContactMethod as ContactMethodEntity; |
| 8 | - |
|
| 9 | 8 | use stdClass; |
| 10 | 9 | |
| 11 | 10 | final class ContactMethod implements Hydrator |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Shrikeh\PagerDuty\Parser\OnCall; |
| 4 | 4 | |
| 5 | 5 | use Psr\Http\Message\ResponseInterface; |
| 6 | - |
|
| 7 | 6 | use Shrikeh\PagerDuty\Entity\OnCall\OnCall; |
| 8 | 7 | use Shrikeh\PagerDuty\Entity\EscalationPolicy\EscalationPolicy; |
| 9 | 8 | use Shrikeh\PagerDuty\Collection\OnCalls as OnCallsCollection; |
@@ -5,8 +5,6 @@ |
||
| 5 | 5 | use Shrikeh\PagerDuty\Client; |
| 6 | 6 | use Shrikeh\PagerDuty\Repository\Users as UsersRepositoryInterface; |
| 7 | 7 | use Shrikeh\PagerDuty\Collection\Users as UserCollection; |
| 8 | -use GuzzleHttp\Psr7\Uri; |
|
| 9 | - |
|
| 10 | 8 | use Shrikeh\PagerDuty\Hydrator; |
| 11 | 9 | |
| 12 | 10 | final class Users implements UsersRepositoryInterface |