[2.0][DDC-28] Fixed
This commit is contained in:
parent
d3599de14a
commit
b444ec0139
@ -140,7 +140,7 @@ class ProxyClassGenerator
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($method->isPublic() && ! $method->isFinal()) {
|
if ($method->isPublic() && ! $method->isFinal() && ! $method->isStatic()) {
|
||||||
$methods .= PHP_EOL . 'public function ' . $method->getName() . '(';
|
$methods .= PHP_EOL . 'public function ' . $method->getName() . '(';
|
||||||
$firstParam = true;
|
$firstParam = true;
|
||||||
$parameterString = $argumentString = '';
|
$parameterString = $argumentString = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user