Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Update version.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stawen committed Sep 3, 2015
1 parent f7f5d70 commit 1d1215b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _include/version.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

//namespace vierbergenlars\SemVer;

use \UnexpectedValueException;
//use \UnexpectedValueException;

class version extends expression{

Expand Down Expand Up @@ -395,4 +395,4 @@ public static function rcompare($v1, $v2)
{
return self::compare($v2, $v1);
}
}
}

0 comments on commit 1d1215b

Please sign in to comment.