[DCOM-25] method setAutoloadAnnotationClasses-fails Created: 25/Sep/10 Updated: 31/Oct/10 Resolved: 31/Oct/10 |
|
| Status: | Resolved |
| Project: | Doctrine Common |
| Component/s: | Annotations |
| Affects Version/s: | 2.0.0-RC1 |
| Fix Version/s: | 2.0.0-RC2 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Margus Sipria | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
$reader = new Doctrine\Common\Annotations\AnnotationReader(); above code is trying use default parser's setAutoloadAnnotationClasses-method, which isn't found, instead parser has setAutoloadAnnotations. |
| Comments |
| Comment by Benjamin Eberlei [ 31/Oct/10 ] |
|
fixed. |