Changeset 1362 for trunk/src/main/php/net/stubbles/reflection/annotations
- Timestamp:
- 02/24/08 20:44:23 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/reflection/annotations/stubAnnotationCache.php
r1308 r1362 31 31 * static initializer 32 32 */ 33 // @codeCoverageIgnoreStart 33 34 public static function __static() 34 35 { … … 39 40 register_shutdown_function(array(__CLASS__, '__shutdown')); 40 41 } 42 // @codeCoverageIgnoreEnd 41 43 42 44 /**
