beautify code
This commit is contained in:
parent
aa88f09e16
commit
7e67bc1818
@ -24,7 +24,6 @@ use GuzzleHttp\ClientInterface;
|
|||||||
use GuzzleHttp\Exception\GuzzleException;
|
use GuzzleHttp\Exception\GuzzleException;
|
||||||
use InvalidArgumentException;
|
use InvalidArgumentException;
|
||||||
use Psr\Http\Message\ResponseInterface;
|
use Psr\Http\Message\ResponseInterface;
|
||||||
use Psr\Log\LoggerInterface;
|
|
||||||
|
|
||||||
class Client
|
class Client
|
||||||
{
|
{
|
||||||
|
@ -17,5 +17,4 @@ namespace D3\LinkmobilityClient\Exceptions;
|
|||||||
|
|
||||||
class NoSenderDefinedException extends LinkmobilityException
|
class NoSenderDefinedException extends LinkmobilityException
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
@ -18,7 +18,6 @@ namespace D3\LinkmobilityClient\RecipientsList;
|
|||||||
use D3\LinkmobilityClient\Client;
|
use D3\LinkmobilityClient\Client;
|
||||||
use D3\LinkmobilityClient\Exceptions\ExceptionMessages;
|
use D3\LinkmobilityClient\Exceptions\ExceptionMessages;
|
||||||
use D3\LinkmobilityClient\Exceptions\RecipientException;
|
use D3\LinkmobilityClient\Exceptions\RecipientException;
|
||||||
use D3\LinkmobilityClient\LoggerHandler;
|
|
||||||
use D3\LinkmobilityClient\ValueObject\Recipient;
|
use D3\LinkmobilityClient\ValueObject\Recipient;
|
||||||
use Iterator;
|
use Iterator;
|
||||||
use libphonenumber\NumberParseException;
|
use libphonenumber\NumberParseException;
|
||||||
|
@ -126,7 +126,7 @@ abstract class Request implements RequestInterface
|
|||||||
/**
|
/**
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public abstract function getUri(): string;
|
abstract public function getUri(): string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @throws InvalidArgumentException
|
* @throws InvalidArgumentException
|
||||||
|
Loading…
x
Reference in New Issue
Block a user