-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancement: Add email to
@author
tags (#59)
- Loading branch information
1 parent
f53db0d
commit 9951285
Showing
87 changed files
with
87 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
use Serhiy\Pushover\Recipient; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
final class CompleteNotificationExample | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
use Serhiy\Pushover\Recipient; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
final class EmergencyNotificationExample | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
use Serhiy\Pushover\Recipient; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
final class GlancesExample | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
/** | ||
* Working with groups. | ||
* | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
final class GroupsExample | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
use Serhiy\Pushover\Recipient; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
final class HtmlNotificationExample | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
use Serhiy\Pushover\Recipient; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
final class LicensingExample | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
use Serhiy\Pushover\Recipient; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
final class ReceiptExample | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
/** | ||
* Response object example. | ||
* | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
final class ResponseExample | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
use Serhiy\Pushover\Recipient; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
final class SimpleNotificationExample | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
use Serhiy\Pushover\Recipient; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
final class SubscriptionExample | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
use Serhiy\Pushover\Recipient; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
final class UserGroupValidationExample | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
*/ | ||
class Glance | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
*/ | ||
class GlanceDataFields | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
* notification group, or syncing with an external directory system, our Groups | ||
* API is available. | ||
* | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class Group | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
use Serhiy\Pushover\Recipient; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class License | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
*/ | ||
class Attachment | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
use Serhiy\Pushover\Exception\InvalidArgumentException; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class CustomSound | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
*/ | ||
class Message | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
/** | ||
* Notification consists of Application, Recipient and Message. | ||
* | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class Notification | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
*/ | ||
class Priority | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
use Serhiy\Pushover\Exception\InvalidArgumentException; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class Sound | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
*/ | ||
class Receipt | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
use Serhiy\Pushover\Recipient; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
readonly class Subscription | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
*/ | ||
class Validation | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
*/ | ||
class Application | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
use Serhiy\Pushover\Exception\LogicException; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class AssignLicenseClient extends Client implements ClientInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
use Serhiy\Pushover\Client\Curl\Curl; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class CancelRetryClient extends Client implements ClientInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
use Serhiy\Pushover\Client\Curl\Curl; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class CheckLicenseClient extends Client implements ClientInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
/** | ||
* Base class for the API client. | ||
* | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class Client | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
namespace Serhiy\Pushover\Client; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
interface ClientInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
/** | ||
* Contains API related constants and performs curl request. | ||
* | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class Curl | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
use Serhiy\Pushover\Exception\LogicException; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class GlancesClient extends Client implements ClientInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
use Serhiy\Pushover\Recipient; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class GroupsClient extends Client implements ClientInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
/** | ||
* Pushover HTTP Client for Message Component. | ||
* | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class MessageClient extends Client implements ClientInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
/** | ||
* Holds curl and other request data. | ||
* | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class Request implements RequestInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
namespace Serhiy\Pushover\Client\Request; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
interface RequestInterface | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
use Serhiy\Pushover\Client\Response\Base\Response; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class AddUserToGroupResponse extends Response | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> | ||
*/ | ||
class Response | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
use Serhiy\Pushover\Client\Response\Base\Response; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class CancelRetryResponse extends Response | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
use Serhiy\Pushover\Client\Response\Base\Response; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class CreateGroupResponse extends Response | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
use Serhiy\Pushover\Client\Response\Base\Response; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class DisableUserInGroupResponse extends Response | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
use Serhiy\Pushover\Client\Response\Base\Response; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class EnableUserInGroupResponse extends Response | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
use Serhiy\Pushover\Client\Response\Base\Response; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class GlancesResponse extends Response | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
use Serhiy\Pushover\Client\Response\Base\Response; | ||
|
||
/** | ||
* @author Serhiy Lunak | ||
* @author Serhiy Lunak <[email protected]> | ||
*/ | ||
class LicenseResponse extends Response | ||
{ | ||
|
Oops, something went wrong.