#DDC-1590: Fix Inheritance in Code-Generation: Code Style Fixes
This commit is contained in:
parent
e0ae7634d5
commit
4e805bb59a
@ -751,7 +751,7 @@ public function __construct()
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// check traits for existing method
|
// check traits for existing method
|
||||||
foreach ($this->getTraits($metadata) as $trait) {
|
foreach ($this->getTraits($metadata) as $trait) {
|
||||||
if ($trait->hasMethod($method)) {
|
if ($trait->hasMethod($method)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user