Changeset 1071
- Timestamp:
- 11/27/07 00:23:36 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/reflection/annotations/stubAnnotationFactory.php
r984 r1071 56 56 } 57 57 58 $hash = md5($fileName . $comment . $target . $targetName);58 $hash = md5($fileName . $comment . $targetName); 59 59 if (isset(self::$annotations[$hash]) === false) { 60 60 if (null === self::$parser) {
