diff --git a/examples/CompleteNotificationExample.php b/examples/CompleteNotificationExample.php index c26b980..bd4fcd6 100644 --- a/examples/CompleteNotificationExample.php +++ b/examples/CompleteNotificationExample.php @@ -24,7 +24,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ final class CompleteNotificationExample { diff --git a/examples/EmergencyNotificationExample.php b/examples/EmergencyNotificationExample.php index adfd65b..cb8a3dc 100644 --- a/examples/EmergencyNotificationExample.php +++ b/examples/EmergencyNotificationExample.php @@ -21,7 +21,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ final class EmergencyNotificationExample { diff --git a/examples/GlancesExample.php b/examples/GlancesExample.php index f71da88..4f0b668 100644 --- a/examples/GlancesExample.php +++ b/examples/GlancesExample.php @@ -20,7 +20,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ final class GlancesExample { diff --git a/examples/GroupsExample.php b/examples/GroupsExample.php index bd35a5b..676a533 100644 --- a/examples/GroupsExample.php +++ b/examples/GroupsExample.php @@ -26,7 +26,7 @@ /** * Working with groups. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ final class GroupsExample { diff --git a/examples/HtmlNotificationExample.php b/examples/HtmlNotificationExample.php index aa629e2..9c0c25b 100644 --- a/examples/HtmlNotificationExample.php +++ b/examples/HtmlNotificationExample.php @@ -20,7 +20,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ final class HtmlNotificationExample { diff --git a/examples/LicensingExample.php b/examples/LicensingExample.php index d4dc8db..0cd6e81 100644 --- a/examples/LicensingExample.php +++ b/examples/LicensingExample.php @@ -19,7 +19,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ final class LicensingExample { diff --git a/examples/ReceiptExample.php b/examples/ReceiptExample.php index a0a8535..a6b1a7d 100644 --- a/examples/ReceiptExample.php +++ b/examples/ReceiptExample.php @@ -20,7 +20,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ final class ReceiptExample { diff --git a/examples/ResponseExample.php b/examples/ResponseExample.php index 5dabbea..c9f0b2e 100644 --- a/examples/ResponseExample.php +++ b/examples/ResponseExample.php @@ -23,7 +23,7 @@ /** * Response object example. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ final class ResponseExample { diff --git a/examples/SimpleNotificationExample.php b/examples/SimpleNotificationExample.php index 930a67a..3ecad0c 100644 --- a/examples/SimpleNotificationExample.php +++ b/examples/SimpleNotificationExample.php @@ -20,7 +20,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ final class SimpleNotificationExample { diff --git a/examples/SubscriptionExample.php b/examples/SubscriptionExample.php index dcaa19b..ec105cc 100644 --- a/examples/SubscriptionExample.php +++ b/examples/SubscriptionExample.php @@ -20,7 +20,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ final class SubscriptionExample { diff --git a/examples/UserGroupValidationExample.php b/examples/UserGroupValidationExample.php index a03feba..b257945 100644 --- a/examples/UserGroupValidationExample.php +++ b/examples/UserGroupValidationExample.php @@ -19,7 +19,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ final class UserGroupValidationExample { diff --git a/src/Api/Glances/Glance.php b/src/Api/Glances/Glance.php index cbe95b0..a9ada72 100644 --- a/src/Api/Glances/Glance.php +++ b/src/Api/Glances/Glance.php @@ -29,7 +29,7 @@ * These pieces of data should be low-priority since they often cannot get updated in real-time or very frequently, * and they must be concise because they are often viewed on small screens such as a watch face. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class Glance { diff --git a/src/Api/Glances/GlanceDataFields.php b/src/Api/Glances/GlanceDataFields.php index 0bcf2f3..6344f14 100644 --- a/src/Api/Glances/GlanceDataFields.php +++ b/src/Api/Glances/GlanceDataFields.php @@ -21,7 +21,7 @@ * For example, each watch face on the Apple Watch uses a different sized complication, * with different size specifications and types of data. Some are text strings, some are just numbers. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class GlanceDataFields { diff --git a/src/Api/Groups/Group.php b/src/Api/Groups/Group.php index fcd8f73..9d68c58 100644 --- a/src/Api/Groups/Group.php +++ b/src/Api/Groups/Group.php @@ -39,7 +39,7 @@ * notification group, or syncing with an external directory system, our Groups * API is available. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class Group { diff --git a/src/Api/Licensing/License.php b/src/Api/Licensing/License.php index b9a0e08..5ed0fc5 100644 --- a/src/Api/Licensing/License.php +++ b/src/Api/Licensing/License.php @@ -23,7 +23,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class License { diff --git a/src/Api/Message/Attachment.php b/src/Api/Message/Attachment.php index bdde4e1..a63e296 100644 --- a/src/Api/Message/Attachment.php +++ b/src/Api/Message/Attachment.php @@ -22,7 +22,7 @@ * Note that, like messages, once attachments are downloaded by the device, they are deleted from our servers and only stored on the device going forward. * Attachments uploaded for devices that are not running at least version 3.0 of our apps will be discarded as they cannot be displayed by those devices. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class Attachment { diff --git a/src/Api/Message/CustomSound.php b/src/Api/Message/CustomSound.php index 0bb9ea0..c7614dd 100644 --- a/src/Api/Message/CustomSound.php +++ b/src/Api/Message/CustomSound.php @@ -16,7 +16,7 @@ use Serhiy\Pushover\Exception\InvalidArgumentException; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class CustomSound { diff --git a/src/Api/Message/Message.php b/src/Api/Message/Message.php index 22c4f14..a8ea357 100644 --- a/src/Api/Message/Message.php +++ b/src/Api/Message/Message.php @@ -20,7 +20,7 @@ * If the title is not specified, the application's name will be shown by default. * See {@link https://pushover.net/api#messages} for more information. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class Message { diff --git a/src/Api/Message/Notification.php b/src/Api/Message/Notification.php index e2279d3..df716dc 100644 --- a/src/Api/Message/Notification.php +++ b/src/Api/Message/Notification.php @@ -23,7 +23,7 @@ /** * Notification consists of Application, Recipient and Message. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class Notification { diff --git a/src/Api/Message/Priority.php b/src/Api/Message/Priority.php index a3eba0b..a1eb6e1 100644 --- a/src/Api/Message/Priority.php +++ b/src/Api/Message/Priority.php @@ -23,7 +23,7 @@ * Specifying a message priority does not affect queueing or routing priority and only affects how device clients display them. * See {@link https://pushover.net/api#priority} for more information. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class Priority { diff --git a/src/Api/Message/Sound.php b/src/Api/Message/Sound.php index 99fcd02..7d16a48 100644 --- a/src/Api/Message/Sound.php +++ b/src/Api/Message/Sound.php @@ -16,7 +16,7 @@ use Serhiy\Pushover\Exception\InvalidArgumentException; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class Sound { diff --git a/src/Api/Receipts/Receipt.php b/src/Api/Receipts/Receipt.php index e770cb0..424f50f 100644 --- a/src/Api/Receipts/Receipt.php +++ b/src/Api/Receipts/Receipt.php @@ -26,7 +26,7 @@ * This receipt can be used to periodically poll our receipts API to get the status of your notification, * up to 1 week after your notification has been received. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class Receipt { diff --git a/src/Api/Subscription/Subscription.php b/src/Api/Subscription/Subscription.php index 0d930c2..73243b6 100644 --- a/src/Api/Subscription/Subscription.php +++ b/src/Api/Subscription/Subscription.php @@ -22,7 +22,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ readonly class Subscription { diff --git a/src/Api/UserGroupValidation/Validation.php b/src/Api/UserGroupValidation/Validation.php index 3c3b112..ef0973c 100644 --- a/src/Api/UserGroupValidation/Validation.php +++ b/src/Api/UserGroupValidation/Validation.php @@ -24,7 +24,7 @@ * As an optional step in collecting user keys for users of your application, you may validate those keys to ensure that * a user has copied them properly,that the account is valid, and that there is at least one active device on the account. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class Validation { diff --git a/src/Application.php b/src/Application.php index c4e0e72..43dd268 100644 --- a/src/Application.php +++ b/src/Application.php @@ -19,7 +19,7 @@ * To get started pushing notifications from your application, you'll first need to register it to get an API token. * See {@link https://pushover.net/api#registration} for more information. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class Application { diff --git a/src/Client/AssignLicenseClient.php b/src/Client/AssignLicenseClient.php index 178c524..83571db 100644 --- a/src/Client/AssignLicenseClient.php +++ b/src/Client/AssignLicenseClient.php @@ -18,7 +18,7 @@ use Serhiy\Pushover\Exception\LogicException; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class AssignLicenseClient extends Client implements ClientInterface { diff --git a/src/Client/CancelRetryClient.php b/src/Client/CancelRetryClient.php index 38f955a..5b0051e 100644 --- a/src/Client/CancelRetryClient.php +++ b/src/Client/CancelRetryClient.php @@ -17,7 +17,7 @@ use Serhiy\Pushover\Client\Curl\Curl; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class CancelRetryClient extends Client implements ClientInterface { diff --git a/src/Client/CheckLicenseClient.php b/src/Client/CheckLicenseClient.php index f11dae1..e559e49 100644 --- a/src/Client/CheckLicenseClient.php +++ b/src/Client/CheckLicenseClient.php @@ -17,7 +17,7 @@ use Serhiy\Pushover\Client\Curl\Curl; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class CheckLicenseClient extends Client implements ClientInterface { diff --git a/src/Client/Client.php b/src/Client/Client.php index 8875697..1dc5979 100644 --- a/src/Client/Client.php +++ b/src/Client/Client.php @@ -16,7 +16,7 @@ /** * Base class for the API client. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class Client { diff --git a/src/Client/ClientInterface.php b/src/Client/ClientInterface.php index 4d52497..f0b4e37 100644 --- a/src/Client/ClientInterface.php +++ b/src/Client/ClientInterface.php @@ -14,7 +14,7 @@ namespace Serhiy\Pushover\Client; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ interface ClientInterface { diff --git a/src/Client/Curl/Curl.php b/src/Client/Curl/Curl.php index 3e3ea7d..de89c60 100644 --- a/src/Client/Curl/Curl.php +++ b/src/Client/Curl/Curl.php @@ -19,7 +19,7 @@ /** * Contains API related constants and performs curl request. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class Curl { diff --git a/src/Client/GlancesClient.php b/src/Client/GlancesClient.php index 6b7d2da..3e4ee54 100644 --- a/src/Client/GlancesClient.php +++ b/src/Client/GlancesClient.php @@ -18,7 +18,7 @@ use Serhiy\Pushover\Exception\LogicException; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class GlancesClient extends Client implements ClientInterface { diff --git a/src/Client/GroupsClient.php b/src/Client/GroupsClient.php index 5fb83b5..81ad04a 100644 --- a/src/Client/GroupsClient.php +++ b/src/Client/GroupsClient.php @@ -19,7 +19,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class GroupsClient extends Client implements ClientInterface { diff --git a/src/Client/MessageClient.php b/src/Client/MessageClient.php index 51b798a..7316c0f 100644 --- a/src/Client/MessageClient.php +++ b/src/Client/MessageClient.php @@ -21,7 +21,7 @@ /** * Pushover HTTP Client for Message Component. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class MessageClient extends Client implements ClientInterface { diff --git a/src/Client/Request/Request.php b/src/Client/Request/Request.php index 2d63c4b..4e92d50 100644 --- a/src/Client/Request/Request.php +++ b/src/Client/Request/Request.php @@ -16,7 +16,7 @@ /** * Holds curl and other request data. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class Request implements RequestInterface { diff --git a/src/Client/Request/RequestInterface.php b/src/Client/Request/RequestInterface.php index 6336c66..0aa8713 100644 --- a/src/Client/Request/RequestInterface.php +++ b/src/Client/Request/RequestInterface.php @@ -14,7 +14,7 @@ namespace Serhiy\Pushover\Client\Request; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ interface RequestInterface { diff --git a/src/Client/Response/AddUserToGroupResponse.php b/src/Client/Response/AddUserToGroupResponse.php index 18f9e34..4e90a4b 100644 --- a/src/Client/Response/AddUserToGroupResponse.php +++ b/src/Client/Response/AddUserToGroupResponse.php @@ -16,7 +16,7 @@ use Serhiy\Pushover\Client\Response\Base\Response; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class AddUserToGroupResponse extends Response { diff --git a/src/Client/Response/Base/Response.php b/src/Client/Response/Base/Response.php index 8e28a48..ef8aceb 100644 --- a/src/Client/Response/Base/Response.php +++ b/src/Client/Response/Base/Response.php @@ -22,7 +22,7 @@ * with a JSON object containing a status code of 1. If any input was invalid, you will receive an HTTP 4xx status, * with a JSON object containing a status code of something other than 1, and an errors array detailing which parameters were invalid. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class Response { diff --git a/src/Client/Response/CancelRetryResponse.php b/src/Client/Response/CancelRetryResponse.php index 4d6d623..01746b5 100644 --- a/src/Client/Response/CancelRetryResponse.php +++ b/src/Client/Response/CancelRetryResponse.php @@ -16,7 +16,7 @@ use Serhiy\Pushover\Client\Response\Base\Response; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class CancelRetryResponse extends Response { diff --git a/src/Client/Response/CreateGroupResponse.php b/src/Client/Response/CreateGroupResponse.php index cc631ea..ccb10c5 100644 --- a/src/Client/Response/CreateGroupResponse.php +++ b/src/Client/Response/CreateGroupResponse.php @@ -16,7 +16,7 @@ use Serhiy\Pushover\Client\Response\Base\Response; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class CreateGroupResponse extends Response { diff --git a/src/Client/Response/DisableUserInGroupResponse.php b/src/Client/Response/DisableUserInGroupResponse.php index f2527f5..8847198 100644 --- a/src/Client/Response/DisableUserInGroupResponse.php +++ b/src/Client/Response/DisableUserInGroupResponse.php @@ -16,7 +16,7 @@ use Serhiy\Pushover\Client\Response\Base\Response; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class DisableUserInGroupResponse extends Response { diff --git a/src/Client/Response/EnableUserInGroupResponse.php b/src/Client/Response/EnableUserInGroupResponse.php index eb4b64d..16ec7a5 100644 --- a/src/Client/Response/EnableUserInGroupResponse.php +++ b/src/Client/Response/EnableUserInGroupResponse.php @@ -16,7 +16,7 @@ use Serhiy\Pushover\Client\Response\Base\Response; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class EnableUserInGroupResponse extends Response { diff --git a/src/Client/Response/GlancesResponse.php b/src/Client/Response/GlancesResponse.php index 46b27a6..92b1b39 100644 --- a/src/Client/Response/GlancesResponse.php +++ b/src/Client/Response/GlancesResponse.php @@ -16,7 +16,7 @@ use Serhiy\Pushover\Client\Response\Base\Response; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class GlancesResponse extends Response { diff --git a/src/Client/Response/LicenseResponse.php b/src/Client/Response/LicenseResponse.php index 46ec000..b96472c 100644 --- a/src/Client/Response/LicenseResponse.php +++ b/src/Client/Response/LicenseResponse.php @@ -16,7 +16,7 @@ use Serhiy\Pushover\Client\Response\Base\Response; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class LicenseResponse extends Response { diff --git a/src/Client/Response/ListGroupsResponse.php b/src/Client/Response/ListGroupsResponse.php index 4b17ab0..aac8f2b 100644 --- a/src/Client/Response/ListGroupsResponse.php +++ b/src/Client/Response/ListGroupsResponse.php @@ -16,7 +16,7 @@ use Serhiy\Pushover\Client\Response\Base\Response; /** - * @author Vítězslav Dvořák + * @author Vítězslav Dvořák */ final class ListGroupsResponse extends Response { diff --git a/src/Client/Response/MessageResponse.php b/src/Client/Response/MessageResponse.php index 97ed9e0..5faf035 100644 --- a/src/Client/Response/MessageResponse.php +++ b/src/Client/Response/MessageResponse.php @@ -16,7 +16,7 @@ use Serhiy\Pushover\Client\Response\Base\Response; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class MessageResponse extends Response { diff --git a/src/Client/Response/ReceiptResponse.php b/src/Client/Response/ReceiptResponse.php index 9bfd267..0c55e17 100644 --- a/src/Client/Response/ReceiptResponse.php +++ b/src/Client/Response/ReceiptResponse.php @@ -17,7 +17,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class ReceiptResponse extends Response { diff --git a/src/Client/Response/RemoveUserFromGroupResponse.php b/src/Client/Response/RemoveUserFromGroupResponse.php index 602b3d6..3837cc2 100644 --- a/src/Client/Response/RemoveUserFromGroupResponse.php +++ b/src/Client/Response/RemoveUserFromGroupResponse.php @@ -16,7 +16,7 @@ use Serhiy\Pushover\Client\Response\Base\Response; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class RemoveUserFromGroupResponse extends Response { diff --git a/src/Client/Response/RenameGroupResponse.php b/src/Client/Response/RenameGroupResponse.php index 373576b..af22ecf 100644 --- a/src/Client/Response/RenameGroupResponse.php +++ b/src/Client/Response/RenameGroupResponse.php @@ -16,7 +16,7 @@ use Serhiy\Pushover\Client\Response\Base\Response; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class RenameGroupResponse extends Response { diff --git a/src/Client/Response/RetrieveGroupResponse.php b/src/Client/Response/RetrieveGroupResponse.php index ba04c77..9b51645 100644 --- a/src/Client/Response/RetrieveGroupResponse.php +++ b/src/Client/Response/RetrieveGroupResponse.php @@ -19,7 +19,7 @@ /** * @phpstan-type GroupUser object{user: string, device: null|string, memo: string, disabled: bool} * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class RetrieveGroupResponse extends Response { diff --git a/src/Client/Response/SubscriptionResponse.php b/src/Client/Response/SubscriptionResponse.php index 9da0b4e..23c45e5 100644 --- a/src/Client/Response/SubscriptionResponse.php +++ b/src/Client/Response/SubscriptionResponse.php @@ -16,7 +16,7 @@ use Serhiy\Pushover\Client\Response\Base\Response; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class SubscriptionResponse extends Response { diff --git a/src/Client/Response/UserGroupValidationResponse.php b/src/Client/Response/UserGroupValidationResponse.php index 759d3ac..450b0bd 100644 --- a/src/Client/Response/UserGroupValidationResponse.php +++ b/src/Client/Response/UserGroupValidationResponse.php @@ -16,7 +16,7 @@ use Serhiy\Pushover\Client\Response\Base\Response; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class UserGroupValidationResponse extends Response { diff --git a/src/Client/SubscriptionClient.php b/src/Client/SubscriptionClient.php index 7e03e5b..dd66071 100644 --- a/src/Client/SubscriptionClient.php +++ b/src/Client/SubscriptionClient.php @@ -20,7 +20,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class SubscriptionClient extends Client implements ClientInterface { diff --git a/src/Exception/ExceptionInterface.php b/src/Exception/ExceptionInterface.php index 89b1120..78d9dde 100644 --- a/src/Exception/ExceptionInterface.php +++ b/src/Exception/ExceptionInterface.php @@ -16,7 +16,7 @@ /** * Base ExceptionInterface for the Pushover component. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ interface ExceptionInterface extends \Throwable { diff --git a/src/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php index 3a0f14d..3144e08 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -16,7 +16,7 @@ /** * Base InvalidArgumentException for the Pushover component. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface { diff --git a/src/Exception/LogicException.php b/src/Exception/LogicException.php index e6925c8..9516faa 100644 --- a/src/Exception/LogicException.php +++ b/src/Exception/LogicException.php @@ -16,7 +16,7 @@ /** * Base LogicException for the Pushover component. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class LogicException extends \LogicException implements ExceptionInterface { diff --git a/src/Recipient.php b/src/Recipient.php index ab2b67d..cba05ec 100644 --- a/src/Recipient.php +++ b/src/Recipient.php @@ -22,7 +22,7 @@ * Instead of a user key, a user may supply a group key. When sending notifications to a group key, * all active users listed in the group will have the notification delivered to them and the response will look the same. * - * @author Serhiy Lunak + * @author Serhiy Lunak */ class Recipient { diff --git a/tests/Api/Glances/GlanceDataFieldsTest.php b/tests/Api/Glances/GlanceDataFieldsTest.php index 4cbaa53..45a896f 100644 --- a/tests/Api/Glances/GlanceDataFieldsTest.php +++ b/tests/Api/Glances/GlanceDataFieldsTest.php @@ -18,7 +18,7 @@ use Serhiy\Pushover\Exception\InvalidArgumentException; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class GlanceDataFieldsTest extends TestCase { diff --git a/tests/Api/Glances/GlanceTest.php b/tests/Api/Glances/GlanceTest.php index 41c71fb..67a3d43 100644 --- a/tests/Api/Glances/GlanceTest.php +++ b/tests/Api/Glances/GlanceTest.php @@ -21,7 +21,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class GlanceTest extends TestCase { diff --git a/tests/Api/Groups/GroupTest.php b/tests/Api/Groups/GroupTest.php index 12f8a82..dc2c8b0 100644 --- a/tests/Api/Groups/GroupTest.php +++ b/tests/Api/Groups/GroupTest.php @@ -21,7 +21,7 @@ use Serhiy\Pushover\Client\Response\RetrieveGroupResponse; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class GroupTest extends TestCase { diff --git a/tests/Api/Message/AttachmentTest.php b/tests/Api/Message/AttachmentTest.php index d1ded24..28ee674 100644 --- a/tests/Api/Message/AttachmentTest.php +++ b/tests/Api/Message/AttachmentTest.php @@ -18,7 +18,7 @@ use Serhiy\Pushover\Exception\InvalidArgumentException; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class AttachmentTest extends TestCase { diff --git a/tests/Api/Message/CustomSoundTest.php b/tests/Api/Message/CustomSoundTest.php index f4ecaae..74f57a8 100644 --- a/tests/Api/Message/CustomSoundTest.php +++ b/tests/Api/Message/CustomSoundTest.php @@ -18,7 +18,7 @@ use Serhiy\Pushover\Exception\InvalidArgumentException; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class CustomSoundTest extends TestCase { diff --git a/tests/Api/Message/NotificationTest.php b/tests/Api/Message/NotificationTest.php index 3ac9ec8..0453d63 100644 --- a/tests/Api/Message/NotificationTest.php +++ b/tests/Api/Message/NotificationTest.php @@ -24,7 +24,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class NotificationTest extends TestCase { diff --git a/tests/Api/Message/PriorityTest.php b/tests/Api/Message/PriorityTest.php index 1eaa8b6..ce88efc 100644 --- a/tests/Api/Message/PriorityTest.php +++ b/tests/Api/Message/PriorityTest.php @@ -19,7 +19,7 @@ use Serhiy\Pushover\Exception\LogicException; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class PriorityTest extends TestCase { diff --git a/tests/Api/Message/SoundTest.php b/tests/Api/Message/SoundTest.php index 3e74afe..ab4d24e 100644 --- a/tests/Api/Message/SoundTest.php +++ b/tests/Api/Message/SoundTest.php @@ -18,7 +18,7 @@ use Serhiy\Pushover\Exception\InvalidArgumentException; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class SoundTest extends TestCase { diff --git a/tests/Api/Receipts/ReceiptTest.php b/tests/Api/Receipts/ReceiptTest.php index e3f2665..fcf60ba 100644 --- a/tests/Api/Receipts/ReceiptTest.php +++ b/tests/Api/Receipts/ReceiptTest.php @@ -20,7 +20,7 @@ use Serhiy\Pushover\Client\Response\ReceiptResponse; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class ReceiptTest extends TestCase { diff --git a/tests/Api/Subscription/SubscriptionTest.php b/tests/Api/Subscription/SubscriptionTest.php index bbab0c5..17e5b43 100644 --- a/tests/Api/Subscription/SubscriptionTest.php +++ b/tests/Api/Subscription/SubscriptionTest.php @@ -20,7 +20,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class SubscriptionTest extends TestCase { diff --git a/tests/Api/UserGroupValidation/ValidationTest.php b/tests/Api/UserGroupValidation/ValidationTest.php index c6f2245..aacf479 100644 --- a/tests/Api/UserGroupValidation/ValidationTest.php +++ b/tests/Api/UserGroupValidation/ValidationTest.php @@ -20,7 +20,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class ValidationTest extends TestCase { diff --git a/tests/Client/CancelRetryClientTest.php b/tests/Client/CancelRetryClientTest.php index abce2d4..0bf9f1a 100644 --- a/tests/Client/CancelRetryClientTest.php +++ b/tests/Client/CancelRetryClientTest.php @@ -19,7 +19,7 @@ use Serhiy\Pushover\Client\CancelRetryClient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class CancelRetryClientTest extends TestCase { diff --git a/tests/Client/GroupsClientTest.php b/tests/Client/GroupsClientTest.php index b20a227..a2cca0f 100644 --- a/tests/Client/GroupsClientTest.php +++ b/tests/Client/GroupsClientTest.php @@ -20,7 +20,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class GroupsClientTest extends TestCase { diff --git a/tests/Client/MessageClientTest.php b/tests/Client/MessageClientTest.php index efbb5c1..05a2d75 100644 --- a/tests/Client/MessageClientTest.php +++ b/tests/Client/MessageClientTest.php @@ -23,7 +23,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class MessageClientTest extends TestCase { diff --git a/tests/Client/ReceiptClientTest.php b/tests/Client/ReceiptClientTest.php index e8190e8..c4325f6 100644 --- a/tests/Client/ReceiptClientTest.php +++ b/tests/Client/ReceiptClientTest.php @@ -18,7 +18,7 @@ use Serhiy\Pushover\Client\ReceiptClient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class ReceiptClientTest extends TestCase { diff --git a/tests/Client/Request/RequestTest.php b/tests/Client/Request/RequestTest.php index 954b44b..d43d6f9 100644 --- a/tests/Client/Request/RequestTest.php +++ b/tests/Client/Request/RequestTest.php @@ -17,7 +17,7 @@ use Serhiy\Pushover\Client\Request\Request; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class RequestTest extends TestCase { diff --git a/tests/Client/Response/AddUserToGroupResponseTest.php b/tests/Client/Response/AddUserToGroupResponseTest.php index a0b9e47..aa603b0 100644 --- a/tests/Client/Response/AddUserToGroupResponseTest.php +++ b/tests/Client/Response/AddUserToGroupResponseTest.php @@ -17,7 +17,7 @@ use Serhiy\Pushover\Client\Response\AddUserToGroupResponse; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class AddUserToGroupResponseTest extends TestCase { diff --git a/tests/Client/Response/CancelRetryResponseTest.php b/tests/Client/Response/CancelRetryResponseTest.php index af179d7..e7420be 100644 --- a/tests/Client/Response/CancelRetryResponseTest.php +++ b/tests/Client/Response/CancelRetryResponseTest.php @@ -17,7 +17,7 @@ use Serhiy\Pushover\Client\Response\CancelRetryResponse; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class CancelRetryResponseTest extends TestCase { diff --git a/tests/Client/Response/DisableUserInGroupResponseTest.php b/tests/Client/Response/DisableUserInGroupResponseTest.php index 1b94900..df286ab 100644 --- a/tests/Client/Response/DisableUserInGroupResponseTest.php +++ b/tests/Client/Response/DisableUserInGroupResponseTest.php @@ -17,7 +17,7 @@ use Serhiy\Pushover\Client\Response\DisableUserInGroupResponse; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class DisableUserInGroupResponseTest extends TestCase { diff --git a/tests/Client/Response/EnableUserInGroupResponseTest.php b/tests/Client/Response/EnableUserInGroupResponseTest.php index 7665b9c..428af7b 100644 --- a/tests/Client/Response/EnableUserInGroupResponseTest.php +++ b/tests/Client/Response/EnableUserInGroupResponseTest.php @@ -17,7 +17,7 @@ use Serhiy\Pushover\Client\Response\EnableUserInGroupResponse; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class EnableUserInGroupResponseTest extends TestCase { diff --git a/tests/Client/Response/LicenseResponseTest.php b/tests/Client/Response/LicenseResponseTest.php index ae11fdf..453a3cc 100644 --- a/tests/Client/Response/LicenseResponseTest.php +++ b/tests/Client/Response/LicenseResponseTest.php @@ -17,7 +17,7 @@ use Serhiy\Pushover\Client\Response\LicenseResponse; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class LicenseResponseTest extends TestCase { diff --git a/tests/Client/Response/MessageResponseTest.php b/tests/Client/Response/MessageResponseTest.php index 18513e2..e51f192 100644 --- a/tests/Client/Response/MessageResponseTest.php +++ b/tests/Client/Response/MessageResponseTest.php @@ -17,7 +17,7 @@ use Serhiy\Pushover\Client\Response\MessageResponse; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class MessageResponseTest extends TestCase { diff --git a/tests/Client/Response/ReceiptResponseTest.php b/tests/Client/Response/ReceiptResponseTest.php index 67b6102..dcf355e 100644 --- a/tests/Client/Response/ReceiptResponseTest.php +++ b/tests/Client/Response/ReceiptResponseTest.php @@ -18,7 +18,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class ReceiptResponseTest extends TestCase { diff --git a/tests/Client/Response/RemoveUserFromGroupResponseTest.php b/tests/Client/Response/RemoveUserFromGroupResponseTest.php index e9c2ad6..f99a2c4 100644 --- a/tests/Client/Response/RemoveUserFromGroupResponseTest.php +++ b/tests/Client/Response/RemoveUserFromGroupResponseTest.php @@ -17,7 +17,7 @@ use Serhiy\Pushover\Client\Response\RemoveUserFromGroupResponse; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class RemoveUserFromGroupResponseTest extends TestCase { diff --git a/tests/Client/Response/RenameGroupResponseTest.php b/tests/Client/Response/RenameGroupResponseTest.php index 28f5c73..d2270c3 100644 --- a/tests/Client/Response/RenameGroupResponseTest.php +++ b/tests/Client/Response/RenameGroupResponseTest.php @@ -17,7 +17,7 @@ use Serhiy\Pushover\Client\Response\RenameGroupResponse; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class RenameGroupResponseTest extends TestCase { diff --git a/tests/Client/Response/SubscriptionResponseTest.php b/tests/Client/Response/SubscriptionResponseTest.php index 3fb67bb..45acf6d 100644 --- a/tests/Client/Response/SubscriptionResponseTest.php +++ b/tests/Client/Response/SubscriptionResponseTest.php @@ -17,7 +17,7 @@ use Serhiy\Pushover\Client\Response\SubscriptionResponse; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class SubscriptionResponseTest extends TestCase { diff --git a/tests/Client/Response/UserGroupValidationResponseTest.php b/tests/Client/Response/UserGroupValidationResponseTest.php index cb4eddf..e7750d6 100644 --- a/tests/Client/Response/UserGroupValidationResponseTest.php +++ b/tests/Client/Response/UserGroupValidationResponseTest.php @@ -17,7 +17,7 @@ use Serhiy\Pushover\Client\Response\UserGroupValidationResponse; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class UserGroupValidationResponseTest extends TestCase { diff --git a/tests/Client/SubscriptionClientTest.php b/tests/Client/SubscriptionClientTest.php index e4141ec..a954003 100644 --- a/tests/Client/SubscriptionClientTest.php +++ b/tests/Client/SubscriptionClientTest.php @@ -21,7 +21,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class SubscriptionClientTest extends TestCase { diff --git a/tests/Client/UserGroupValidationClientTest.php b/tests/Client/UserGroupValidationClientTest.php index a901a2d..48e58b5 100644 --- a/tests/Client/UserGroupValidationClientTest.php +++ b/tests/Client/UserGroupValidationClientTest.php @@ -19,7 +19,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class UserGroupValidationClientTest extends TestCase { diff --git a/tests/RecipientTest.php b/tests/RecipientTest.php index cd57118..4fcff6c 100644 --- a/tests/RecipientTest.php +++ b/tests/RecipientTest.php @@ -16,7 +16,7 @@ use Serhiy\Pushover\Recipient; /** - * @author Serhiy Lunak + * @author Serhiy Lunak */ class RecipientTest extends TestCase {