1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

Increasing visibility of AnnotationReader inside AnnotationDriver from private to protected.

This commit is contained in:
Guilherme Blanco 2011-07-04 11:33:44 -03:00
parent 550fcbc17f
commit db37d974c8

View file

@ -41,7 +41,7 @@ class AnnotationDriver implements Driver
* *
* @var AnnotationReader * @var AnnotationReader
*/ */
private $_reader; protected $_reader;
/** /**
* The paths where to look for mapping files. * The paths where to look for mapping files.