beautify code

This commit is contained in:
Daniel Seifert 2022-07-14 12:07:18 +02:00
parent aa88f09e16
commit 7e67bc1818
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
8 changed files with 14 additions and 17 deletions

View File

@ -24,7 +24,6 @@ use GuzzleHttp\ClientInterface;
use GuzzleHttp\Exception\GuzzleException;
use InvalidArgumentException;
use Psr\Http\Message\ResponseInterface;
use Psr\Log\LoggerInterface;
class Client
{

View File

@ -17,5 +17,4 @@ namespace D3\LinkmobilityClient\Exceptions;
class NoSenderDefinedException extends LinkmobilityException
{
}

View File

@ -18,7 +18,6 @@ namespace D3\LinkmobilityClient\RecipientsList;
use D3\LinkmobilityClient\Client;
use D3\LinkmobilityClient\Exceptions\ExceptionMessages;
use D3\LinkmobilityClient\Exceptions\RecipientException;
use D3\LinkmobilityClient\LoggerHandler;
use D3\LinkmobilityClient\ValueObject\Recipient;
use Iterator;
use libphonenumber\NumberParseException;

View File

@ -126,7 +126,7 @@ abstract class Request implements RequestInterface
/**
* @return string
*/
public abstract function getUri(): string;
abstract public function getUri(): string;
/**
* @throws InvalidArgumentException