@@ -19,7 +19,7 @@ discard block |
||
19 | 19 | $this->lament = $configuration_string; |
20 | 20 | } |
21 | 21 | |
22 | - public function __toString(){ |
|
22 | + public function __toString() { |
|
23 | 23 | return $this->lament; |
24 | 24 | } |
25 | 25 | |
@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | public function getModelOrControllerName() |
42 | 42 | { |
43 | 43 | preg_match(self::RX_MVC, $this->lament, $m); |
44 | - return $m[1] . '\\' . $m[2]; |
|
44 | + return $m[1].'\\'.$m[2]; |
|
45 | 45 | } |
46 | 46 | |
47 | 47 | public function hasClassNameModifier() |