1
0
Fork 0

Quote version in output to highlight empty versions

pull/981/merge
Jordi Boggiano 2012-08-10 14:50:03 +02:00
parent d012c38efb
commit 198a40fc63
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class VersionParser
} catch (\Exception $e) {} } catch (\Exception $e) {}
} }
throw new \UnexpectedValueException('Invalid version string '.$version); throw new \UnexpectedValueException('Invalid version string "'.$version.'"');
} }
/** /**