Completed
Push — master ( b63529...4d9787 )
by Julián
02:19
created
tests/Tify/Recipient/GcmTest.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
tests/Tify/Recipient/ApnsTest.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Result.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
tests/Tify/ResultTest.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Message/ApnsMessage.php 2 patches
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -15,6 +15,8 @@
 block discarded – undo
15 15
      * {@inheritdoc}
16 16
      *
17 17
      * @throws \InvalidArgumentException
18
+     * @param string $parameter
19
+     * @param string $value
18 20
      */
19 21
     public function setParameter($parameter, $value)
20 22
     {
Please login to merge, or discard this patch.
src/Message/GcmMessage.php 2 patches
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -29,6 +29,8 @@
 block discarded – undo
29 29
      * {@inheritdoc}
30 30
      *
31 31
      * @throws \InvalidArgumentException
32
+     * @param string $parameter
33
+     * @param string $value
32 34
      */
33 35
     public function setParameter($parameter, $value)
34 36
     {
Please login to merge, or discard this patch.
src/Notification/ApnsNotification.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Notification/GcmNotification.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Recipient/ApnsRecipient.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.