Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0
-
Fix Version/s: 2.0.2
-
Component/s: Annotations
-
Labels:None
-
Environment:Snow leopard, intel
Description
When I try to set setAutoloadAnnotationClasses(true) gives me a fatal error, call to undefined method
PHP Fatal error: Call to undefined method Doctrine\Common\Annotations\AnnotationReader::setAutoloadAnnotationClasses()
Activity
Benjamin Eberlei
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.0.2 [ 10121 ] | |
| Fix Version/s | 2.0.0 [ 10110 ] |
Guilherme Blanco
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
Benjamin Eberlei
made changes -
| Workflow | jira [ 12285 ] | jira-feedback2 [ 17943 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback2 [ 17943 ] | jira-feedback3 [ 19906 ] |
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
- Request to http://www.doctrine-project.org/fisheye/ failed: Error in remote call to 'FishEye 0 (http://www.doctrine-project.org/fisheye/)' (http://www.doctrine-project.org/fisheye) [AbstractRestCommand{path='/rest-service-fe/search-v1/crossRepositoryQuery', params={query=DCOM-34, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
The correct method name is: setAutoloadAnnotations
We need to fix the documentation of Common package.