Passed
Pull Request — master (#18)
by
unknown
07:47
created
src/Controller/DocsController.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -68,10 +68,10 @@
 block discarded – undo
68 68
         }
69 69
 
70 70
         // redirect to the assets dir so that relative links work
71
-        if($this->assets != '') {
72
-            return $this->redirect( $this->assets . $fileName);
71
+        if ($this->assets != '') {
72
+            return $this->redirect($this->assets . $fileName);
73 73
         }
74
-        return $this->redirect( '/bundles/hbswaggerui/' . $fileName);
74
+        return $this->redirect('/bundles/hbswaggerui/' . $fileName);
75 75
     }
76 76
 
77 77
     /**
Please login to merge, or discard this patch.