Home
last modified time | relevance | path

Searched refs:maxMinorParts (Results 1 – 1 of 1) sorted by relevance

/plugin/statistics/vendor/matomo/device-detector/Parser/
DAbstractParser.php81 protected static $maxMinorParts = 1; variable in DeviceDetector\\Parser\\AbstractParser
195 static::$maxMinorParts = $type;
434 if (self::VERSION_TRUNCATION_NONE !== static::$maxMinorParts
435 && \substr_count($versionString, '.') > static::$maxMinorParts
438 $versionParts = \array_slice($versionParts, 0, 1 + static::$maxMinorParts);