Completed
Push — master ( 6d0c10...fc190e )
by kna
06:34
created
src/Controller/DevelopmentController.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
      * @param array $args as a variadic to catch all arguments.
22 22
      *
23 23
      * @throws Anax\Route\Exception\NotFoundException when route is not found.
24
-
25 24
      * @return object as the response.
26 25
      *
27 26
      * @SuppressWarnings(PHPMD.UnusedFormalParameter)
Please login to merge, or discard this patch.
src/Controller/ErrorHandlerController.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
      * @param string $message with details.
23 23
      *
24 24
      * @throws Anax\Route\Exception\NotFoundException
25
-
26 25
      * @return object as the response.
27 26
      */
28 27
     public function catchAll(...$args) : object
Please login to merge, or discard this patch.
config/apikeys.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
2 2
 /**
3 3
  * api
4 4
  */
5
- /**
6
- ** ipstack1 5743a124d24d6c68f6dc20dccab02eac
7
- ** ipstack2 9d318e8c489a613ebfe73d94a35c3cfa
8
- ** datsky1 c938d7a8b2a93d07ac994129372ad516
9
- ** darksky2 dc529b66f2d366a2edaf3225641c69fe
10
-  *
11
-  */
12
- return [
13
-     "ipstack"       => "9d318e8c489a613ebfe73d94a35c3cfa",
14
-     "darksky"       => "dc529b66f2d366a2edaf3225641c69fe"
15
- ];
5
+    /**
6
+     ** ipstack1 5743a124d24d6c68f6dc20dccab02eac
7
+     ** ipstack2 9d318e8c489a613ebfe73d94a35c3cfa
8
+     ** datsky1 c938d7a8b2a93d07ac994129372ad516
9
+     ** darksky2 dc529b66f2d366a2edaf3225641c69fe
10
+     *
11
+     */
12
+    return [
13
+        "ipstack"       => "9d318e8c489a613ebfe73d94a35c3cfa",
14
+        "darksky"       => "dc529b66f2d366a2edaf3225641c69fe"
15
+    ];
Please login to merge, or discard this patch.