Passed
Push — master ( d2e51a...1d5c2b )
by Ylva
03:46 queued 01:37
created
view/ip/validate.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,7 +33,10 @@
 block discarded – undo
33 33
 
34 34
     <?php if ($domainName) : ?>
35 35
         <p><b>Domännamn: </b> <?= $domainName ?> </p>
36
-    <?php else : ?>
36
+    <?php else {
37
+    : ?>
37 38
         <p><b>Domännamn: </b> inget domännamn funnet </p>
38
-    <?php endif; ?>
39
+    <?php endif;
40
+}
41
+?>
39 42
 <?php endif; ?>
Please login to merge, or discard this patch.
a/view/ip/validate.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,7 +33,10 @@
 block discarded – undo
33 33
 
34 34
     <?php if ($domainName) : ?>
35 35
         <p><b>Domännamn: </b> <?= $domainName ?> </p>
36
-    <?php else : ?>
36
+    <?php else {
37
+    : ?>
37 38
         <p><b>Domännamn: </b> inget domännamn funnet </p>
38
-    <?php endif; ?>
39
+    <?php endif;
40
+}
41
+?>
39 42
 <?php endif; ?>
Please login to merge, or discard this patch.
a/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.
a/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.