Fixes namespace error in ExampleFinder

This commit is contained in:
Jaapio
2017-08-30 20:51:28 +02:00
committed by Jaap van Otterdijk
parent 86e24012a3
commit 1d3a5e8585
2 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
* @link http://phpdoc.org
*/
namespace phpDocumentor\Reflection;
namespace phpDocumentor\Reflection\DocBlock;
use phpDocumentor\Reflection\DocBlock\Tags\Example;