Completed
Push — master ( 87fe49...89c9f0 )
by Lorenzo
05:18
created
src/ServiceFactory/AbstractSentryServiceFactory.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
- * Sentry Module
4
- *
5
- * @link      http://github.com/facile-it/sentry-module for the canonical source repository
6
- * @copyright Copyright (c) 2016 Facile.it
7
- * @license   http://www.apache.org/licenses/LICENSE-2.0 Apache License Version 2.0
8
- */
3
+     * Sentry Module
4
+     *
5
+     * @link      http://github.com/facile-it/sentry-module for the canonical source repository
6
+     * @copyright Copyright (c) 2016 Facile.it
7
+     * @license   http://www.apache.org/licenses/LICENSE-2.0 Apache License Version 2.0
8
+     */
9 9
 
10 10
 namespace Facile\SentryModule\ServiceFactory;
11 11
 
Please login to merge, or discard this patch.
src/Module.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
- * Sentry Module
4
- *
5
- * @link      http://github.com/facile-it/sentry-module for the canonical source repository
6
- * @copyright Copyright (c) 2016 Facile.it
7
- * @license   http://www.apache.org/licenses/LICENSE-2.0 Apache License Version 2.0
8
- */
3
+     * Sentry Module
4
+     *
5
+     * @link      http://github.com/facile-it/sentry-module for the canonical source repository
6
+     * @copyright Copyright (c) 2016 Facile.it
7
+     * @license   http://www.apache.org/licenses/LICENSE-2.0 Apache License Version 2.0
8
+     */
9 9
 
10 10
 namespace Facile\SentryModule;
11 11
 
Please login to merge, or discard this patch.
src/Service/AbstractFactory.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
- * Sentry Module
4
- *
5
- * @link      http://github.com/facile-it/sentry-module for the canonical source repository
6
- * @copyright Copyright (c) 2016 Facile.it
7
- * @license   http://www.apache.org/licenses/LICENSE-2.0 Apache License Version 2.0
8
- */
3
+     * Sentry Module
4
+     *
5
+     * @link      http://github.com/facile-it/sentry-module for the canonical source repository
6
+     * @copyright Copyright (c) 2016 Facile.it
7
+     * @license   http://www.apache.org/licenses/LICENSE-2.0 Apache License Version 2.0
8
+     */
9 9
 
10 10
 namespace Facile\SentryModule\Service;
11 11
 
Please login to merge, or discard this patch.
src/Service/RavenClientFactory.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
- * Sentry Module
4
- *
5
- * @link      http://github.com/facile-it/sentry-module for the canonical source repository
6
- * @copyright Copyright (c) 2016 Facile.it
7
- * @license   http://www.apache.org/licenses/LICENSE-2.0 Apache License Version 2.0
8
- */
3
+     * Sentry Module
4
+     *
5
+     * @link      http://github.com/facile-it/sentry-module for the canonical source repository
6
+     * @copyright Copyright (c) 2016 Facile.it
7
+     * @license   http://www.apache.org/licenses/LICENSE-2.0 Apache License Version 2.0
8
+     */
9 9
 
10 10
 namespace Facile\SentryModule\Service;
11 11
 
Please login to merge, or discard this patch.
src/Options/RavenClient.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
- * Sentry Module
4
- *
5
- * @link      http://github.com/facile-it/sentry-module for the canonical source repository
6
- * @copyright Copyright (c) 2016 Facile.it
7
- * @license   http://www.apache.org/licenses/LICENSE-2.0 Apache License Version 2.0
8
- */
3
+     * Sentry Module
4
+     *
5
+     * @link      http://github.com/facile-it/sentry-module for the canonical source repository
6
+     * @copyright Copyright (c) 2016 Facile.it
7
+     * @license   http://www.apache.org/licenses/LICENSE-2.0 Apache License Version 2.0
8
+     */
9 9
 
10 10
 namespace Facile\SentryModule\Options;
11 11
 
Please login to merge, or discard this patch.