Merge pull request #9256 from GrahamCampbell/patch-1
Fixed incorrect private annotationpull/9276/head
commit
c4c5647110
|
@ -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