Completed
Pull Request — master (#1)
by Rafał
04:48
created
Tests/DependencyInjection/Compiler/TenantAwareRouterCompilerPassTest.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the Superdesk Web Publisher MultiTenancy Bundle.
4
- *
5
- * Copyright 2016 Sourcefabric z.u. and contributors.
6
- *
7
- * For the full copyright and license information, please see the
8
- * AUTHORS and LICENSE files distributed with this source code.
9
- *
10
- * @copyright 2016 Sourcefabric z.ú.
11
- * @license http://www.superdesk.org/license
12
- */
3
+     * This file is part of the Superdesk Web Publisher MultiTenancy Bundle.
4
+     *
5
+     * Copyright 2016 Sourcefabric z.u. and contributors.
6
+     *
7
+     * For the full copyright and license information, please see the
8
+     * AUTHORS and LICENSE files distributed with this source code.
9
+     *
10
+     * @copyright 2016 Sourcefabric z.ú.
11
+     * @license http://www.superdesk.org/license
12
+     */
13 13
 namespace SWP\MultiTenancyBundle\Tests\DependencyInjection\Compiler;
14 14
 
15 15
 use SWP\MultiTenancyBundle\DependencyInjection\Compiler\TenantAwareRouterCompilerPass;
Please login to merge, or discard this patch.
Tests/DependencyInjection/SWPMultiTenancyExtensionTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -46,9 +46,9 @@
 block discarded – undo
46 46
         );
47 47
 
48 48
         $this->assertEquals(
49
-           array('routes1', 'routes2'),
50
-           $container->getParameter('swp_multi_tenancy.persistence.phpcr.route_basepaths')
51
-       );
49
+            array('routes1', 'routes2'),
50
+            $container->getParameter('swp_multi_tenancy.persistence.phpcr.route_basepaths')
51
+        );
52 52
 
53 53
         $this->assertEquals(
54 54
             array('routes1', 'routes2', 'content'),
Please login to merge, or discard this patch.
Document/Site.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the Superdesk Web Publisher MultiTenancy Bundle.
4
- *
5
- * Copyright 2016 Sourcefabric z.u. and contributors.
6
- *
7
- * For the full copyright and license information, please see the
8
- * AUTHORS and LICENSE files distributed with this source code.
9
- *
10
- * @copyright 2016 Sourcefabric z.ú.
11
- * @license http://www.superdesk.org/license
12
- */
3
+     * This file is part of the Superdesk Web Publisher MultiTenancy Bundle.
4
+     *
5
+     * Copyright 2016 Sourcefabric z.u. and contributors.
6
+     *
7
+     * For the full copyright and license information, please see the
8
+     * AUTHORS and LICENSE files distributed with this source code.
9
+     *
10
+     * @copyright 2016 Sourcefabric z.ú.
11
+     * @license http://www.superdesk.org/license
12
+     */
13 13
 namespace SWP\MultiTenancyBundle\Tests\DependencyInjection\Compiler;
14 14
 
15 15
 use SWP\MultiTenancyBundle\DependencyInjection\Compiler\TenantAwareRouterCompilerPass;
Please login to merge, or discard this patch.