Skip to content

Commit

Permalink
Fix wording in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jun 10, 2017
1 parent 84eb23e commit 3a9e1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/php/__xp.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
if (defined('HHVM_VERSION_ID')) {
if (HHVM_VERSION_ID < 32002) {
throw new \Exception('This version of the XP Framework requires HHVM 3.20.2+, have PHP '.HHVM_VERSION);
throw new \Exception('This version of the XP Framework requires HHVM 3.20.2+, have HHVM '.HHVM_VERSION);
} else if (!ini_get('hhvm.php7.all')) {
throw new \Exception('This version of the XP Framework requires hhvm.php7.all to be set to 1');
}
Expand Down

0 comments on commit 3a9e1be

Please sign in to comment.