Fixed incorrect private annotation
parent
5df1797d20
commit
0eb31bd027
|
@ -30,7 +30,7 @@ class Link
|
||||||
/**
|
/**
|
||||||
* Will be converted into a constant once the min PHP version allows this
|
* Will be converted into a constant once the min PHP version allows this
|
||||||
*
|
*
|
||||||
* @private
|
* @internal
|
||||||
* @var string[]
|
* @var string[]
|
||||||
*/
|
*/
|
||||||
public static $TYPES = array(
|
public static $TYPES = array(
|
||||||
|
|
Loading…
Reference in New Issue