Quote version in output to highlight empty versions
parent
d012c38efb
commit
198a40fc63
|
@ -135,7 +135,7 @@ class VersionParser
|
|||
} catch (\Exception $e) {}
|
||||
}
|
||||
|
||||
throw new \UnexpectedValueException('Invalid version string '.$version);
|
||||
throw new \UnexpectedValueException('Invalid version string "'.$version.'"');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue