PHP Class PHPSemVerChecker\Comparator\Type

Show file Open project: tomzx/php-semver-checker

Public Methods

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

Method Details

get() public static method

public static get ( Name | string | null $type ) : string | null
$type PhpParser\Node\Name | string | null
return string | null

isSame() public static method

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