mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
Make resolver final
This commit is contained in:
committed by
Mike van Riel
parent
b54671f51f
commit
53a142d672
@@ -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 = '[]';
|
||||||
|
|||||||
Reference in New Issue
Block a user