Searched refs:maxMinorParts (Results 1 – 1 of 1) sorted by relevance
81 protected static $maxMinorParts = 1; variable in DeviceDetector\\Parser\\AbstractParser195 static::$maxMinorParts = $type;434 if (self::VERSION_TRUNCATION_NONE !== static::$maxMinorParts435 && \substr_count($versionString, '.') > static::$maxMinorParts438 $versionParts = \array_slice($versionParts, 0, 1 + static::$maxMinorParts);