PHP Class Pyrech\ComposerChangelogs\UrlGenerator\AbstractUrlGenerator

Inheritance: implements Pyrech\ComposerChangelogs\UrlGenerator\UrlGenerator
Mostrar archivo Open project: pyrech/composer-changelogs

Protected Methods

Method Description
isDevVersion ( Version $version ) : string Return whether the version is dev or not.

Method Details

isDevVersion() protected method

Return whether the version is dev or not.
Deprecation: since v1.4, will be removed in v2.0. Use $version->isDev() instead.
protected isDevVersion ( Version $version ) : string
$version Pyrech\ComposerChangelogs\Version
return string