Passed
Push — main ( 133894...47d353 )
by Sammy
06:22
created
Configuration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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()
Please login to merge, or discard this patch.