Completed
Push — master ( 9ced68...fa8588 )
by Julián
05:06 queued 11s
created
src/Service/Gcm.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/Service/SendInterface.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/Service/Client/ApnsBuilder.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/Service/Client/GcmBuilder.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/Service/AbstractService.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/Service/Message/ApnsBuilder.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/Service/Message/Gcm.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/Service/Message/GcmBuilder.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/Service/Apns.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.