1
0
Fork 0

Make PhpDocumentLoader->contentRetriever public

pull/229/head
Felix Becker 2017-01-04 16:27:57 -08:00
parent 333ebf0802
commit 7413e80025
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class PhpDocumentLoader
/** /**
* @var ContentRetriever * @var ContentRetriever
*/ */
private $contentRetriever; public $contentRetriever;
/** /**
* @var ProjectIndex * @var ProjectIndex