Home
last modified time | relevance | path

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

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuntimeMetaData.php114 * @param string $generatingToolVersion The version of the tool used to
124 public static function checkVersion(string $generatingToolVersion, string $compileTimeVersion) : void argument
126 $runtimeConflictsWithGeneratingTool = $generatingToolVersion !== self::VERSION
127 && self::getMajorMinorVersion($generatingToolVersion) !== self::getMajorMinorVersion(self::VERSION);
137 $generatingToolVersion,