@@ -35,7 +35,7 @@ |
||
35 | 35 | */ |
36 | 36 | protected function isParentMethod($name) |
37 | 37 | { |
38 | - return is_callable('parent::' . $name); |
|
38 | + return is_callable('parent::'.$name); |
|
39 | 39 | } |
40 | 40 | |
41 | 41 | /** |