Skip to content

Commit 2487092

Browse files
committed
doc block note
1 parent b112d4d commit 2487092

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Generator/TraitUsageGenerator.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
use Reflection;
1212
use ReflectionMethod;
1313

14+
/**
15+
* Class TraitUsageGenerator
16+
*
17+
* @todo rewrite $this->uses storage such that it easier to differentiate between the class and its alias for 3.0
18+
* @todo pull this logic into ClassGenerator OR rename this class to UsageGenerator for 3.0
19+
*
20+
* @package Zend\Code\Generator
21+
*/
1422
class TraitUsageGenerator extends AbstractGenerator
1523
{
1624
/**

0 commit comments

Comments
 (0)