Completed
Push — master ( f4be3d...ae82a1 )
by Andreas
6s
created
src/PersistenceLayer/UserPersistenceLayer.php 1 patch
Indentation   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -1,29 +1,29 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright (c) 2016-2016} Andreas Heigl<[email protected]>
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy
5
- * of this software and associated documentation files (the "Software"), to deal
6
- * in the Software without restriction, including without limitation the rights
7
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
- * copies of the Software, and to permit persons to whom the Software is
9
- * furnished to do so, subject to the following conditions:
10
- * The above copyright notice and this permission notice shall be included in
11
- * all copies or substantial portions of the Software.
12
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
18
- * THE SOFTWARE.
19
- *
20
- * @author    Andreas Heigl<[email protected]>
21
- * @copyright 2016-2016 Andreas Heigl
22
- * @license   http://www.opensource.org/licenses/mit-license.php MIT-License
23
- * @version   0.0
24
- * @since     19.01.2016
25
- * @link      http://github.com/heiglandreas/callingallpapers
26
- */
3
+     * Copyright (c) 2016-2016} Andreas Heigl<[email protected]>
4
+     * Permission is hereby granted, free of charge, to any person obtaining a copy
5
+     * of this software and associated documentation files (the "Software"), to deal
6
+     * in the Software without restriction, including without limitation the rights
7
+     * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+     * copies of the Software, and to permit persons to whom the Software is
9
+     * furnished to do so, subject to the following conditions:
10
+     * The above copyright notice and this permission notice shall be included in
11
+     * all copies or substantial portions of the Software.
12
+     * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+     * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+     * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+     * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+     * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+     * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
18
+     * THE SOFTWARE.
19
+     *
20
+     * @author    Andreas Heigl<[email protected]>
21
+     * @copyright 2016-2016 Andreas Heigl
22
+     * @license   http://www.opensource.org/licenses/mit-license.php MIT-License
23
+     * @version   0.0
24
+     * @since     19.01.2016
25
+     * @link      http://github.com/heiglandreas/callingallpapers
26
+     */
27 27
 
28 28
 namespace Callingallpapers\Api\PersistenceLayer;
29 29
 
Please login to merge, or discard this patch.
src/CfpSortInterface.php 1 patch
Indentation   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -1,29 +1,29 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright (c) 2016-2016} Andreas Heigl<[email protected]>
4
- * Permission is hereby granted, free of charge, to any person obtaining a copy
5
- * of this software and associated documentation files (the "Software"), to deal
6
- * in the Software without restriction, including without limitation the rights
7
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
- * copies of the Software, and to permit persons to whom the Software is
9
- * furnished to do so, subject to the following conditions:
10
- * The above copyright notice and this permission notice shall be included in
11
- * all copies or substantial portions of the Software.
12
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
18
- * THE SOFTWARE.
19
- *
20
- * @author    Andreas Heigl<[email protected]>
21
- * @copyright 2016-2016 Andreas Heigl
22
- * @license   http://www.opensource.org/licenses/mit-license.php MIT-License
23
- * @version   0.0
24
- * @since     16.01.2016
25
- * @link      http://github.com/heiglandreas/callingallpapers
26
- */
3
+     * Copyright (c) 2016-2016} Andreas Heigl<[email protected]>
4
+     * Permission is hereby granted, free of charge, to any person obtaining a copy
5
+     * of this software and associated documentation files (the "Software"), to deal
6
+     * in the Software without restriction, including without limitation the rights
7
+     * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+     * copies of the Software, and to permit persons to whom the Software is
9
+     * furnished to do so, subject to the following conditions:
10
+     * The above copyright notice and this permission notice shall be included in
11
+     * all copies or substantial portions of the Software.
12
+     * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+     * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+     * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+     * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+     * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+     * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
18
+     * THE SOFTWARE.
19
+     *
20
+     * @author    Andreas Heigl<[email protected]>
21
+     * @copyright 2016-2016 Andreas Heigl
22
+     * @license   http://www.opensource.org/licenses/mit-license.php MIT-License
23
+     * @version   0.0
24
+     * @since     16.01.2016
25
+     * @link      http://github.com/heiglandreas/callingallpapers
26
+     */
27 27
 
28 28
 namespace Callingallpapers\Api\Middleware;
29 29
 
Please login to merge, or discard this patch.
public/index.php 2 patches
Indentation   +27 added lines, -27 removed lines patch added patch discarded remove patch
@@ -1,32 +1,32 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright (c) 2016-2016 Andreas Heigl<[email protected]>
4
- *
5
- * Permission is hereby granted, free of charge, to any person obtaining a copy
6
- * of this software and associated documentation files (the "Software"), to deal
7
- * in the Software without restriction, including without limitation the rights
8
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- * copies of the Software, and to permit persons to whom the Software is
10
- * furnished to do so, subject to the following conditions:
11
- *
12
- * The above copyright notice and this permission notice shall be included in
13
- * all copies or substantial portions of the Software.
14
- *
15
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- * THE SOFTWARE.
22
- *
23
- * @author    Andreas Heigl<[email protected]>
24
- * @copyright 2016-2016 Andreas Heigl
25
- * @license   http://www.opensource.org/licenses/mit-license.php MIT-License
26
- * @version   0.0
27
- * @since     15.01.2016
28
- * @link      http://github.com/heiglandreas/callingallpapers
29
- */
3
+     * Copyright (c) 2016-2016 Andreas Heigl<[email protected]>
4
+     *
5
+     * Permission is hereby granted, free of charge, to any person obtaining a copy
6
+     * of this software and associated documentation files (the "Software"), to deal
7
+     * in the Software without restriction, including without limitation the rights
8
+     * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+     * copies of the Software, and to permit persons to whom the Software is
10
+     * furnished to do so, subject to the following conditions:
11
+     *
12
+     * The above copyright notice and this permission notice shall be included in
13
+     * all copies or substantial portions of the Software.
14
+     *
15
+     * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+     * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+     * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+     * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+     * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+     * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+     * THE SOFTWARE.
22
+     *
23
+     * @author    Andreas Heigl<[email protected]>
24
+     * @copyright 2016-2016 Andreas Heigl
25
+     * @license   http://www.opensource.org/licenses/mit-license.php MIT-License
26
+     * @version   0.0
27
+     * @since     15.01.2016
28
+     * @link      http://github.com/heiglandreas/callingallpapers
29
+     */
30 30
 require_once realpath(__DIR__ . '/../vendor/autoload.php');
31 31
 
32 32
 $app = new \Slim\App;
Please login to merge, or discard this patch.
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -27,22 +27,22 @@
 block discarded – undo
27 27
  * @since     15.01.2016
28 28
  * @link      http://github.com/heiglandreas/callingallpapers
29 29
  */
30
-require_once realpath(__DIR__ . '/../vendor/autoload.php');
30
+require_once realpath(__DIR__.'/../vendor/autoload.php');
31 31
 
32 32
 session_start();
33 33
 
34 34
 // Instantiate the app
35
-$settings = require __DIR__ . '/../config/settings.php';
35
+$settings = require __DIR__.'/../config/settings.php';
36 36
 $app = new \Slim\App($settings);
37 37
 
38 38
 // Set up dependencies
39
-require __DIR__ . '/../config/dependencies.php';
39
+require __DIR__.'/../config/dependencies.php';
40 40
 
41 41
 // Register middleware
42
-require __DIR__ . '/../config/middleware.php';
42
+require __DIR__.'/../config/middleware.php';
43 43
 
44 44
 // Register routes
45
-require __DIR__ . '/../config/routes.php';
45
+require __DIR__.'/../config/routes.php';
46 46
 
47 47
 // Run app
48 48
 $app->run();
49 49
\ No newline at end of file
Please login to merge, or discard this patch.
config/routes.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
     \Psr\Http\Message\ResponseInterface $response
42 42
 ) use ($app){
43 43
     $params = $request->getParsedBody();
44
-    if (! is_array($params)) {
44
+    if (!is_array($params)) {
45 45
         throw new UnexpectedValueException('Expected array');
46 46
     }
47 47
 
@@ -54,18 +54,18 @@  discard block
 block discarded – undo
54 54
     $cpl->insert($cfp);
55 55
 
56 56
     $uri = $request->getUri();
57
-    $uri = $uri->withPath('v1/cfp/' . $cfp->getId());
57
+    $uri = $uri->withPath('v1/cfp/'.$cfp->getId());
58 58
     return $response->withRedirect((string)$uri, 201);
59 59
 });
60 60
 
61 61
 
62
-$app->put('/v1/cfp/{hash}', function (
62
+$app->put('/v1/cfp/{hash}', function(
63 63
     \Psr\Http\Message\ServerRequestInterface $request,
64 64
     \Psr\Http\Message\ResponseInterface $response,
65 65
     array $args
66 66
 ) use ($app){
67 67
     $params = $request->getParsedBody();
68
-    if (! is_array($params)) {
68
+    if (!is_array($params)) {
69 69
         throw new UnexpectedValueException('Expected array');
70 70
     }
71 71
 
@@ -78,12 +78,12 @@  discard block
 block discarded – undo
78 78
     $cpl->update($cfp, $args['hash']);
79 79
 
80 80
     $uri = $request->getUri();
81
-    $uri = $uri->withPath('v1/cfp/' . $cfp->getId());
81
+    $uri = $uri->withPath('v1/cfp/'.$cfp->getId());
82 82
     return $response->withHeader('Location', (string)$uri)->withStatus(204);
83 83
 });
84 84
 
85 85
 
86
-$app->delete('/v1/cfp/{id}', function (
86
+$app->delete('/v1/cfp/{id}', function(
87 87
     \Psr\Http\Message\ServerRequestInterface $request,
88 88
     \Psr\Http\Message\ResponseInterface $response
89 89
 ) use ($app){
Please login to merge, or discard this patch.
src/Middleware/CORS.php 1 patch
Indentation   +27 added lines, -27 removed lines patch added patch discarded remove patch
@@ -1,32 +1,32 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Copyright (c) 2016-2016 The callingallpapers.com Developer Team
4
- *
5
- * Permission is hereby granted, free of charge, to any person obtaining a copy
6
- * of this software and associated documentation files (the "Software"), to deal
7
- * in the Software without restriction, including without limitation the rights
8
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- * copies of the Software, and to permit persons to whom the Software is
10
- * furnished to do so, subject to the following conditions:
11
- *
12
- * The above copyright notice and this permission notice shall be included in
13
- * all copies or substantial portions of the Software.
14
- *
15
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- * THE SOFTWARE.
22
- *
23
- * @author    Andreas Heigl<[email protected]>
24
- * @copyright 2016-2016 The callingallpapers.com Developer Team
25
- * @license   http://www.opensource.org/licenses/mit-license.php MIT-License
26
- * @version   0.0
27
- * @since     16.01.2016
28
- * @link      https://github.com/joindin/callingallpapers
29
- */
3
+     * Copyright (c) 2016-2016 The callingallpapers.com Developer Team
4
+     *
5
+     * Permission is hereby granted, free of charge, to any person obtaining a copy
6
+     * of this software and associated documentation files (the "Software"), to deal
7
+     * in the Software without restriction, including without limitation the rights
8
+     * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+     * copies of the Software, and to permit persons to whom the Software is
10
+     * furnished to do so, subject to the following conditions:
11
+     *
12
+     * The above copyright notice and this permission notice shall be included in
13
+     * all copies or substantial portions of the Software.
14
+     *
15
+     * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+     * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+     * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+     * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+     * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+     * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+     * THE SOFTWARE.
22
+     *
23
+     * @author    Andreas Heigl<[email protected]>
24
+     * @copyright 2016-2016 The callingallpapers.com Developer Team
25
+     * @license   http://www.opensource.org/licenses/mit-license.php MIT-License
26
+     * @version   0.0
27
+     * @since     16.01.2016
28
+     * @link      https://github.com/joindin/callingallpapers
29
+     */
30 30
 
31 31
 namespace Callingallpapers\Api\Middleware;
32 32
 
Please login to merge, or discard this patch.
src/Renderer/RssRenderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
             'uri'   => 'http://andreas.heigl.org',
57 57
         ]);
58 58
         $feed->setDateModified(time());
59
-        if (! isset($data['cfps'])) {
59
+        if (!isset($data['cfps'])) {
60 60
             $data['cfps'] = [];
61 61
         }
62 62
         foreach ($data['cfps'] as $cfp) {
Please login to merge, or discard this patch.