PHP Class PHPSemVerChecker\Comparator\Type

Afficher le fichier Open project: tomzx/php-semver-checker

Méthodes publiques

Méthode Description
get ( Name | string | null $type ) : string | null
isSame ( Name | string | null $typeA, Name | string | null $typeB ) : boolean

Method Details

get() public static méthode

public static get ( Name | string | null $type ) : string | null
$type PhpParser\Node\Name | string | null
Résultat string | null

isSame() public static méthode

public static isSame ( Name | string | null $typeA, Name | string | null $typeB ) : boolean
$typeA PhpParser\Node\Name | string | null
$typeB PhpParser\Node\Name | string | null
Résultat boolean