| @@ -52,7 +52,7 @@ discard block | ||
| 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 | ||
| 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 | } |