Completed
Push — master ( 73ab06...6ce1e6 )
by Andrii
02:25
created
src/components/License.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.
src/config/hidev.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
         'view' => [
35 35
             'theme' => [
36 36
                 'pathMap' => [
37
-                    '@hidev/views' => ['@hidev/license/views'],
37
+                    '@hidev/views' => [ '@hidev/license/views' ],
38 38
                 ],
39 39
             ],
40 40
         ],
Please login to merge, or discard this patch.