1
0
mirror of synced 2025-01-09 18:47:10 +03:00

#DDC-1590: Fix Inheritance in Code-Generation: Code Style Fixes

This commit is contained in:
encoder64 2014-08-03 17:07:20 +03:00
parent e0ae7634d5
commit 4e805bb59a

View File

@ -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)) {