@@ -9,10 +9,10 @@ |
||
| 9 | 9 | |
| 10 | 10 | namespace Jgut\Tify\Notification; |
| 11 | 11 | |
| 12 | -use Jgut\Tify\Service\AbstractService; |
|
| 13 | 12 | use Jgut\Tify\Device\AbstractDevice; |
| 14 | 13 | use Jgut\Tify\Message\AbstractMessage; |
| 15 | 14 | use Jgut\Tify\OptionsTrait; |
| 15 | +use Jgut\Tify\Service\AbstractService; |
|
| 16 | 16 | |
| 17 | 17 | abstract class AbstractNotification |
| 18 | 18 | { |
@@ -45,7 +45,7 @@ discard block |
||
| 45 | 45 | /** |
| 46 | 46 | * @param string $token |
| 47 | 47 | * @param \DateTime $date |
| 48 | - * @param bool $status |
|
| 48 | + * @param integer $status |
|
| 49 | 49 | * @param string $statusMessage |
| 50 | 50 | */ |
| 51 | 51 | public function __construct($token, \DateTime $date = null, $status = self::STATUS_SUCCESS, $statusMessage = '') |
@@ -164,7 +164,8 @@ discard block |
||
| 164 | 164 | /** |
| 165 | 165 | * Check successfull status message. |
| 166 | 166 | * |
| 167 | - * @return string |
|
| 167 | + * @param string $statusMessage |
|
| 168 | + * @return Result |
|
| 168 | 169 | */ |
| 169 | 170 | public function setStatusMessage($statusMessage) |
| 170 | 171 | { |
@@ -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 | |