Merge pull request #9256 from GrahamCampbell/patch-1

Fixed incorrect private annotation
main
Jordi Boggiano 4 years ago committed by GitHub
commit c4c5647110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,7 +30,7 @@ class Link
/**
* Will be converted into a constant once the min PHP version allows this
*
* @private
* @internal
* @var string[]
*/
public static $TYPES = array(

Loading…
Cancel
Save