Completed
Push — master ( e55fb5...e250e6 )
by Andrii
05:38
created
src/controllers/LicenseController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
      */
53 53
     public function getTemplate()
54 54
     {
55
-        return 'licenses/' . Helper::id2camel($this->getLicense()) . '.twig';
55
+        return 'licenses/'.Helper::id2camel($this->getLicense()).'.twig';
56 56
     }
57 57
 
58 58
     /**
@@ -63,6 +63,6 @@  discard block
 block discarded – undo
63 63
     {
64 64
         return $this->getLicense() === 'proprietary'
65 65
             ? 'https://en.wikipedia.org/wiki/Proprietary_software'
66
-            : 'http://choosealicense.com/licenses/' . Helper::camel2id($this->getLicense());
66
+            : 'http://choosealicense.com/licenses/'.Helper::camel2id($this->getLicense());
67 67
     }
68 68
 }
Please login to merge, or discard this patch.