#DDC-1590: Fix Inheritance in Code-Generation: Code Style Fixes
This commit is contained in:
parent
e0ae7634d5
commit
4e805bb59a
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ public function __construct()
|
|||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// check traits for existing method
|
||||
foreach ($this->getTraits($metadata) as $trait) {
|
||||
if ($trait->hasMethod($method)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue