@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | * Get option. |
43 | 43 | * |
44 | 44 | * @param string $option |
45 | - * @param mixed $default |
|
45 | + * @param integer $default |
|
46 | 46 | * |
47 | 47 | * @return mixed |
48 | 48 | */ |
@@ -56,7 +56,7 @@ discard block |
||
56 | 56 | * |
57 | 57 | * @param array $options |
58 | 58 | * |
59 | - * @return \Jgut\Tify\Model\BaseOptionedModel |
|
59 | + * @return OptionsTrait |
|
60 | 60 | */ |
61 | 61 | public function setOptions($options) |
62 | 62 | { |
@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | * Get parameter. |
33 | 33 | * |
34 | 34 | * @param string $parameter |
35 | - * @param mixed $default |
|
35 | + * @param integer $default |
|
36 | 36 | * |
37 | 37 | * @return mixed |
38 | 38 | */ |
@@ -56,7 +56,7 @@ discard block |
||
56 | 56 | * |
57 | 57 | * @param array $parameters |
58 | 58 | * |
59 | - * @return \Jgut\Tify\Model\BaseParameteredModel |
|
59 | + * @return ParametersTrait |
|
60 | 60 | */ |
61 | 61 | public function setParameters($parameters) |
62 | 62 | { |
@@ -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 |
@@ -162,7 +162,7 @@ |
||
162 | 162 | /** |
163 | 163 | * Get opened ServiceClient |
164 | 164 | * |
165 | - * @return \ZendService\Apple\Apns\Client\AbstractClient |
|
165 | + * @return \ZendService\Apple\Apns\Message |
|
166 | 166 | */ |
167 | 167 | protected function getPushService() |
168 | 168 | { |
@@ -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 |
@@ -39,7 +39,6 @@ |
||
39 | 39 | /** |
40 | 40 | * Set notification payload data. |
41 | 41 | * |
42 | - * @param array $data |
|
43 | 42 | */ |
44 | 43 | public function setNotificationPayload(array $payload) |
45 | 44 | { |
@@ -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 |