@@ -33,7 +33,7 @@ |
||
33 | 33 | { |
34 | 34 | $typeNs = "\\Psecio\\Invoke\\Match"; |
35 | 35 | foreach (explode('.', $type) as $part) { |
36 | - $typeNs .= "\\".ucwords($part); |
|
36 | + $typeNs .= "\\".ucwords($part); |
|
37 | 37 | } |
38 | 38 | return $typeNs; |
39 | 39 | } |