Completed
Push — master ( 4f7cd2...c15f84 )
by Christian
04:15
created
tests/Util/SunTest.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright Zikula Foundation 2014 - Zikula Application Framework
4
- *
5
- * This work is contributed to the Zikula Foundation under one or more
6
- * Contributor Agreements and licensed to You under the following license:
7
- *
8
- * @license GNU/LGPv3 (or at your option any later version).
9
- * @package OpenWeatherMap-PHP-Api
10
- *
11
- * Please see the NOTICE file distributed with this source code for further
12
- * information regarding copyright and licensing.
13
- */
3
+     * Copyright Zikula Foundation 2014 - Zikula Application Framework
4
+     *
5
+     * This work is contributed to the Zikula Foundation under one or more
6
+     * Contributor Agreements and licensed to You under the following license:
7
+     *
8
+     * @license GNU/LGPv3 (or at your option any later version).
9
+     * @package OpenWeatherMap-PHP-Api
10
+     *
11
+     * Please see the NOTICE file distributed with this source code for further
12
+     * information regarding copyright and licensing.
13
+     */
14 14
 
15 15
 namespace Cmfcmf\OpenWeatherMap\Tests\Util;
16 16
 
Please login to merge, or discard this patch.
tests/Util/UnitTest.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright Zikula Foundation 2014 - Zikula Application Framework
4
- *
5
- * This work is contributed to the Zikula Foundation under one or more
6
- * Contributor Agreements and licensed to You under the following license:
7
- *
8
- * @license GNU/LGPv3 (or at your option any later version).
9
- * @package OpenWeatherMap-PHP-Api
10
- *
11
- * Please see the NOTICE file distributed with this source code for further
12
- * information regarding copyright and licensing.
13
- */
3
+     * Copyright Zikula Foundation 2014 - Zikula Application Framework
4
+     *
5
+     * This work is contributed to the Zikula Foundation under one or more
6
+     * Contributor Agreements and licensed to You under the following license:
7
+     *
8
+     * @license GNU/LGPv3 (or at your option any later version).
9
+     * @package OpenWeatherMap-PHP-Api
10
+     *
11
+     * Please see the NOTICE file distributed with this source code for further
12
+     * information regarding copyright and licensing.
13
+     */
14 14
 
15 15
 namespace Cmfcmf\OpenWeatherMap\Tests\Util;
16 16
 
Please login to merge, or discard this patch.
tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-call_user_func(function () {
3
+call_user_func(function() {
4 4
     if (!is_file($autoloadFile = __DIR__ . '/../vendor/autoload.php')) {
5 5
         throw new \RuntimeException('Did not find vendor/autoload.php. Did you run "composer install --dev"?');
6 6
     }
Please login to merge, or discard this patch.