1
0
Fork 0

Same but for Problem.php

pull/7913/head
Fred Emmott 2019-02-06 13:11:04 -08:00
parent 17788c76f6
commit 41c7f4d2bf
No known key found for this signature in database
GPG Key ID: 06C22A9D789FCA28
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class Problem
$msg = "\n - This package requires ".$job['packageName'].$this->constraintToText($job['constraint']).' but ';
if (defined('HHVM_VERSION')) {
if (defined('HHVM_VERSION') || count($available)) {
return $msg . 'your HHVM version does not satisfy that requirement.';
}