FluidTYPO3\Flux\Utility\CompatibilityRegistry::resolveVersion PHP Method

resolveVersion() protected static method

protected static resolveVersion ( string $version ) : string
$version string
return string
    protected static function resolveVersion($version)
    {
        return (string) (self::VERSION_DEFAULT === $version ? TYPO3_version : $version);
    }