Skip to content

Commit

Permalink
Merge pull request #11 from bahulneel/master
Browse files Browse the repository at this point in the history
Changed type of Node/Trait
  • Loading branch information
manuelpichler committed Aug 20, 2012
2 parents eff19cd + 90f2d72 commit 806eaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/php/PHP/Depend/Code/Trait.php
Expand Up @@ -60,7 +60,7 @@
* @link http://pdepend.org/
* @since 1.0.0
*/
class PHP_Depend_Code_Trait extends PHP_Depend_Code_AbstractType
class PHP_Depend_Code_Trait extends PHP_Depend_Code_Class
{
/**
* The type of this class.
Expand Down

0 comments on commit 806eaab

Please sign in to comment.