@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | session_start(); |
| 11 | 11 | |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | session_start(); |
| 11 | 11 | |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | session_start(); |
| 11 | 11 | |
@@ -9,9 +9,9 @@ |
||
| 9 | 9 | |
| 10 | 10 | namespace Jgut\Tify\Notification; |
| 11 | 11 | |
| 12 | -use Jgut\Tify\Recipient\AbstractRecipient; |
|
| 13 | 12 | use Jgut\Tify\Message\AbstractMessage; |
| 14 | 13 | use Jgut\Tify\OptionsTrait; |
| 14 | +use Jgut\Tify\Recipient\AbstractRecipient; |
|
| 15 | 15 | use Jgut\Tify\Service\AbstractService; |
| 16 | 16 | |
| 17 | 17 | abstract class AbstractNotification |
@@ -184,7 +184,7 @@ |
||
| 184 | 184 | /** |
| 185 | 185 | * Retrieve recipients tokens list. |
| 186 | 186 | * |
| 187 | - * @return array |
|
| 187 | + * @return integer[] |
|
| 188 | 188 | */ |
| 189 | 189 | final public function getTokens() |
| 190 | 190 | { |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | session_start(); |
| 11 | 11 | |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | session_start(); |
| 11 | 11 | |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | session_start(); |
| 11 | 11 | |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | session_start(); |
| 11 | 11 | |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | session_start(); |
| 11 | 11 | |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | - * |
|
| 5 | - * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | - * |
|
| 7 | - * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | - */ |
|
| 3 | + * Push notification services abstraction (http://github.com/juliangut/tify) |
|
| 4 | + * |
|
| 5 | + * @link https://github.com/juliangut/tify for the canonical source repository |
|
| 6 | + * |
|
| 7 | + * @license https://github.com/juliangut/tify/blob/master/LICENSE |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | session_start(); |
| 11 | 11 | |