Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.1
-
Fix Version/s: 2.0.2
-
Component/s: Annotations
-
Labels:None
Description
Our current AnnotationReader::$_CACHE_SALT conflicts with Symfony2 Console.
The solution is to change the CACHE_SALT from:
private static $CACHE_SALT = '@<Annot>';
To:
private static $CACHE_SALT = '@[Annot]';
Fixed