Make resolver final

This commit is contained in:
Mike van Riel
2015-06-08 08:02:07 +02:00
committed by Mike van Riel
parent b54671f51f
commit 53a142d672
+1 -2
View File
@@ -13,10 +13,9 @@
namespace phpDocumentor\Reflection\Types; namespace phpDocumentor\Reflection\Types;
use phpDocumentor\Reflection\DocBlock\Context; use phpDocumentor\Reflection\DocBlock\Context;
use phpDocumentor\Reflection\Fqsen;
use phpDocumentor\Reflection\Type; use phpDocumentor\Reflection\Type;
class Resolver final class Resolver
{ {
/** @var string Definition of the ARRAY operator for types */ /** @var string Definition of the ARRAY operator for types */
const OPERATOR_ARRAY = '[]'; const OPERATOR_ARRAY = '[]';