From e521672b0a4cbbef37a72f96e5010a222a0523c9 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 13 Jul 2022 10:50:45 +0200 Subject: [PATCH] adjust copyright notes --- Tests/ApiTestCase.php | 13 +++++++++++++ Tests/ClientTest.php | 14 ++++++-------- Tests/README.md | 2 +- Tests/RecipientsList/RecipientsListTest.php | 14 ++++++-------- Tests/Request/AbstractRequest.php | 14 ++++++-------- Tests/Response/AbstractResponse.php | 14 ++++++-------- Tests/SMS/BinaryRequestTest.php | 14 ++++++-------- Tests/SMS/RequestFactoryTest.php | 14 ++++++-------- Tests/SMS/ResponseTest.php | 14 ++++++-------- Tests/SMS/TextRequestTest.php | 14 ++++++-------- Tests/UrlTest.php | 14 ++++++-------- Tests/ValueObject/RecipientTest.php | 14 ++++++-------- Tests/ValueObject/SenderTest.php | 14 ++++++-------- Tests/ValueObject/SmsBinaryMessageTest.php | 14 ++++++-------- Tests/ValueObject/SmsTextMessageTest.php | 14 ++++++-------- src/Client.php | 14 ++++++-------- src/Exceptions/ApiException.php | 14 ++++++-------- src/Exceptions/ExceptionMessages.php | 16 ++++++++-------- src/Exceptions/LinkmobilityException.php | 14 ++++++-------- src/Exceptions/RecipientException.php | 14 ++++++-------- src/RecipientsList/RecipientsList.php | 14 ++++++-------- src/RecipientsList/RecipientsListInterface.php | 14 ++++++-------- src/Request/Request.php | 14 ++++++-------- src/Request/RequestInterface.php | 14 ++++++-------- src/Response/Response.php | 10 ++++++++++ src/Response/ResponseInterface.php | 11 +++++++++++ src/SMS/BinaryRequest.php | 14 ++++++-------- src/SMS/RequestFactory.php | 14 ++++++-------- src/SMS/RequestFactoryInterface.php | 14 ++++++-------- src/SMS/Response.php | 11 +++++++++++ src/SMS/SmsRequestInterface.php | 16 ++++++++-------- src/SMS/TextRequest.php | 14 ++++++-------- src/Url.php | 14 ++++++-------- src/UrlInterface.php | 16 ++++++++-------- src/ValueObject/Recipient.php | 11 +++++++++++ src/ValueObject/Sender.php | 11 +++++++++++ src/ValueObject/SmsBinaryMessage.php | 11 +++++++++++ src/ValueObject/SmsMessageAbstract.php | 11 +++++++++++ src/ValueObject/SmsMessageInterface.php | 16 ++++++++-------- src/ValueObject/SmsTextMessage.php | 11 +++++++++++ src/ValueObject/StringValueObject.php | 11 +++++++++++ src/ValueObject/ValueObject.php | 11 +++++++++++ 42 files changed, 311 insertions(+), 241 deletions(-) diff --git a/Tests/ApiTestCase.php b/Tests/ApiTestCase.php index 90ff082..371e89f 100644 --- a/Tests/ApiTestCase.php +++ b/Tests/ApiTestCase.php @@ -1,5 +1,18 @@ + * @link https://www.oxidmodule.com + */ + +declare(strict_types=1); + namespace D3\LinkmobilityClient\Tests; use PHPUnit\Framework\TestCase; diff --git a/Tests/ClientTest.php b/Tests/ClientTest.php index 10c8b63..e54d0f1 100644 --- a/Tests/ClientTest.php +++ b/Tests/ClientTest.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/Tests/README.md b/Tests/README.md index 7dde644..24ffa53 100644 --- a/Tests/README.md +++ b/Tests/README.md @@ -1,7 +1,7 @@ # Installation ``` -composer create-project -s dev --prefer-source [--repository '{"type": "vcs", "url": "gitfhfac@git.d3data.de:D3Private/linkmobility-php-client.git"}'] d3/linkmobility-php-client . +composer create-project -s dev --prefer-source [--repository '{"type": "vcs", "url": "repository url"}'] d3/linkmobility-php-client . ``` # Run tests diff --git a/Tests/RecipientsList/RecipientsListTest.php b/Tests/RecipientsList/RecipientsListTest.php index d2b1ad7..58429fb 100644 --- a/Tests/RecipientsList/RecipientsListTest.php +++ b/Tests/RecipientsList/RecipientsListTest.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/Tests/Request/AbstractRequest.php b/Tests/Request/AbstractRequest.php index 41f6d57..f8ef0a1 100644 --- a/Tests/Request/AbstractRequest.php +++ b/Tests/Request/AbstractRequest.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/Tests/Response/AbstractResponse.php b/Tests/Response/AbstractResponse.php index 4cf236f..b4c2028 100644 --- a/Tests/Response/AbstractResponse.php +++ b/Tests/Response/AbstractResponse.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/Tests/SMS/BinaryRequestTest.php b/Tests/SMS/BinaryRequestTest.php index 4647cec..1df9277 100644 --- a/Tests/SMS/BinaryRequestTest.php +++ b/Tests/SMS/BinaryRequestTest.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/Tests/SMS/RequestFactoryTest.php b/Tests/SMS/RequestFactoryTest.php index f063228..0504a53 100644 --- a/Tests/SMS/RequestFactoryTest.php +++ b/Tests/SMS/RequestFactoryTest.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/Tests/SMS/ResponseTest.php b/Tests/SMS/ResponseTest.php index a7b7559..cc20b04 100644 --- a/Tests/SMS/ResponseTest.php +++ b/Tests/SMS/ResponseTest.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/Tests/SMS/TextRequestTest.php b/Tests/SMS/TextRequestTest.php index d6cb3d7..eafe568 100644 --- a/Tests/SMS/TextRequestTest.php +++ b/Tests/SMS/TextRequestTest.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/Tests/UrlTest.php b/Tests/UrlTest.php index 43405ab..06623d0 100644 --- a/Tests/UrlTest.php +++ b/Tests/UrlTest.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/Tests/ValueObject/RecipientTest.php b/Tests/ValueObject/RecipientTest.php index 8e60ebb..c6670a6 100644 --- a/Tests/ValueObject/RecipientTest.php +++ b/Tests/ValueObject/RecipientTest.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/Tests/ValueObject/SenderTest.php b/Tests/ValueObject/SenderTest.php index 7816844..236679c 100644 --- a/Tests/ValueObject/SenderTest.php +++ b/Tests/ValueObject/SenderTest.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/Tests/ValueObject/SmsBinaryMessageTest.php b/Tests/ValueObject/SmsBinaryMessageTest.php index 133dfc0..aa1e2bb 100644 --- a/Tests/ValueObject/SmsBinaryMessageTest.php +++ b/Tests/ValueObject/SmsBinaryMessageTest.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/Tests/ValueObject/SmsTextMessageTest.php b/Tests/ValueObject/SmsTextMessageTest.php index 0ef485e..ed2ac1b 100644 --- a/Tests/ValueObject/SmsTextMessageTest.php +++ b/Tests/ValueObject/SmsTextMessageTest.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/src/Client.php b/src/Client.php index 5eb0c16..11a82c1 100644 --- a/src/Client.php +++ b/src/Client.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/src/Exceptions/ApiException.php b/src/Exceptions/ApiException.php index a199851..62fff17 100644 --- a/src/Exceptions/ApiException.php +++ b/src/Exceptions/ApiException.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/src/Exceptions/ExceptionMessages.php b/src/Exceptions/ExceptionMessages.php index 13ab429..d2ec7e1 100644 --- a/src/Exceptions/ExceptionMessages.php +++ b/src/Exceptions/ExceptionMessages.php @@ -1,18 +1,18 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ +declare(strict_types=1); + namespace D3\LinkmobilityClient\Exceptions; class ExceptionMessages diff --git a/src/Exceptions/LinkmobilityException.php b/src/Exceptions/LinkmobilityException.php index d822d44..644b550 100644 --- a/src/Exceptions/LinkmobilityException.php +++ b/src/Exceptions/LinkmobilityException.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/src/Exceptions/RecipientException.php b/src/Exceptions/RecipientException.php index 180a246..426c456 100644 --- a/src/Exceptions/RecipientException.php +++ b/src/Exceptions/RecipientException.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/src/RecipientsList/RecipientsList.php b/src/RecipientsList/RecipientsList.php index bf219b7..4088deb 100644 --- a/src/RecipientsList/RecipientsList.php +++ b/src/RecipientsList/RecipientsList.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/src/RecipientsList/RecipientsListInterface.php b/src/RecipientsList/RecipientsListInterface.php index ff6d7f2..fed6c8a 100644 --- a/src/RecipientsList/RecipientsListInterface.php +++ b/src/RecipientsList/RecipientsListInterface.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/src/Request/Request.php b/src/Request/Request.php index d2760f5..a1162b7 100644 --- a/src/Request/Request.php +++ b/src/Request/Request.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/src/Request/RequestInterface.php b/src/Request/RequestInterface.php index 226b15e..f9ca82e 100644 --- a/src/Request/RequestInterface.php +++ b/src/Request/RequestInterface.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/src/Response/Response.php b/src/Response/Response.php index 6213178..255515f 100644 --- a/src/Response/Response.php +++ b/src/Response/Response.php @@ -1,5 +1,15 @@ + * @link https://www.oxidmodule.com + */ declare(strict_types=1); diff --git a/src/Response/ResponseInterface.php b/src/Response/ResponseInterface.php index b807b82..565c263 100644 --- a/src/Response/ResponseInterface.php +++ b/src/Response/ResponseInterface.php @@ -1,5 +1,16 @@ + * @link https://www.oxidmodule.com + */ + declare(strict_types=1); namespace D3\LinkmobilityClient\Response; diff --git a/src/SMS/BinaryRequest.php b/src/SMS/BinaryRequest.php index 0fde0d6..47f6211 100644 --- a/src/SMS/BinaryRequest.php +++ b/src/SMS/BinaryRequest.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/src/SMS/RequestFactory.php b/src/SMS/RequestFactory.php index 236e625..d98b3b3 100644 --- a/src/SMS/RequestFactory.php +++ b/src/SMS/RequestFactory.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/src/SMS/RequestFactoryInterface.php b/src/SMS/RequestFactoryInterface.php index b481ac5..9cd5b46 100644 --- a/src/SMS/RequestFactoryInterface.php +++ b/src/SMS/RequestFactoryInterface.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/src/SMS/Response.php b/src/SMS/Response.php index 42ea6a1..6a43a2f 100644 --- a/src/SMS/Response.php +++ b/src/SMS/Response.php @@ -1,5 +1,16 @@ + * @link https://www.oxidmodule.com + */ + declare(strict_types=1); namespace D3\LinkmobilityClient\SMS; diff --git a/src/SMS/SmsRequestInterface.php b/src/SMS/SmsRequestInterface.php index 4f84a89..a9f2dc8 100644 --- a/src/SMS/SmsRequestInterface.php +++ b/src/SMS/SmsRequestInterface.php @@ -1,18 +1,18 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ +declare(strict_types=1); + namespace D3\LinkmobilityClient\SMS; use D3\LinkmobilityClient\Request\RequestInterface; diff --git a/src/SMS/TextRequest.php b/src/SMS/TextRequest.php index e05a9d4..71e25a8 100644 --- a/src/SMS/TextRequest.php +++ b/src/SMS/TextRequest.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/src/Url.php b/src/Url.php index b76a0ce..ceda3b1 100644 --- a/src/Url.php +++ b/src/Url.php @@ -1,16 +1,14 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ declare(strict_types=1); diff --git a/src/UrlInterface.php b/src/UrlInterface.php index 63a4bde..5f12da1 100644 --- a/src/UrlInterface.php +++ b/src/UrlInterface.php @@ -1,18 +1,18 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ +declare(strict_types=1); + namespace D3\LinkmobilityClient; interface UrlInterface diff --git a/src/ValueObject/Recipient.php b/src/ValueObject/Recipient.php index b15f600..05b876d 100644 --- a/src/ValueObject/Recipient.php +++ b/src/ValueObject/Recipient.php @@ -1,5 +1,16 @@ + * @link https://www.oxidmodule.com + */ + declare(strict_types=1); namespace D3\LinkmobilityClient\ValueObject; diff --git a/src/ValueObject/Sender.php b/src/ValueObject/Sender.php index c7866ea..40fc074 100644 --- a/src/ValueObject/Sender.php +++ b/src/ValueObject/Sender.php @@ -1,5 +1,16 @@ + * @link https://www.oxidmodule.com + */ + declare(strict_types=1); namespace D3\LinkmobilityClient\ValueObject; diff --git a/src/ValueObject/SmsBinaryMessage.php b/src/ValueObject/SmsBinaryMessage.php index c1288e9..e276628 100644 --- a/src/ValueObject/SmsBinaryMessage.php +++ b/src/ValueObject/SmsBinaryMessage.php @@ -1,5 +1,16 @@ + * @link https://www.oxidmodule.com + */ + declare(strict_types=1); namespace D3\LinkmobilityClient\ValueObject; diff --git a/src/ValueObject/SmsMessageAbstract.php b/src/ValueObject/SmsMessageAbstract.php index 723c58e..7701b78 100644 --- a/src/ValueObject/SmsMessageAbstract.php +++ b/src/ValueObject/SmsMessageAbstract.php @@ -1,5 +1,16 @@ + * @link https://www.oxidmodule.com + */ + declare(strict_types=1); namespace D3\LinkmobilityClient\ValueObject; diff --git a/src/ValueObject/SmsMessageInterface.php b/src/ValueObject/SmsMessageInterface.php index c0605b5..1a7646b 100644 --- a/src/ValueObject/SmsMessageInterface.php +++ b/src/ValueObject/SmsMessageInterface.php @@ -1,18 +1,18 @@ - * @link http://www.oxidmodule.com + * @author D3 Data Development - Daniel Seifert + * @link https://www.oxidmodule.com */ +declare(strict_types=1); + namespace D3\LinkmobilityClient\ValueObject; interface SmsMessageInterface diff --git a/src/ValueObject/SmsTextMessage.php b/src/ValueObject/SmsTextMessage.php index 9736bcc..d5d99e1 100644 --- a/src/ValueObject/SmsTextMessage.php +++ b/src/ValueObject/SmsTextMessage.php @@ -1,5 +1,16 @@ + * @link https://www.oxidmodule.com + */ + declare(strict_types=1); namespace D3\LinkmobilityClient\ValueObject; diff --git a/src/ValueObject/StringValueObject.php b/src/ValueObject/StringValueObject.php index 3dea9c5..5fe8cf7 100644 --- a/src/ValueObject/StringValueObject.php +++ b/src/ValueObject/StringValueObject.php @@ -1,5 +1,16 @@ + * @link https://www.oxidmodule.com + */ + declare(strict_types=1); namespace D3\LinkmobilityClient\ValueObject; diff --git a/src/ValueObject/ValueObject.php b/src/ValueObject/ValueObject.php index e9467e5..b140a3c 100644 --- a/src/ValueObject/ValueObject.php +++ b/src/ValueObject/ValueObject.php @@ -1,5 +1,16 @@ + * @link https://www.oxidmodule.com + */ + declare(strict_types=1); namespace D3\LinkmobilityClient\ValueObject;