1
0
Fork 0

Remove useless null check, follow up to #9345

pull/9353/head
Nils Adermann 2020-10-26 13:29:23 +01:00
parent 3772696ad6
commit 289972a177
1 changed files with 1 additions and 1 deletions

View File

@ -751,7 +751,7 @@ EOT
throw new \InvalidArgumentException(sprintf( throw new \InvalidArgumentException(sprintf(
'Could not find package %s in a version matching %s', 'Could not find package %s in a version matching %s',
$name, $name,
$requiredVersion ?: '*' $requiredVersion
)); ));
} }
// Check whether the PHP version was the problem for all versions // Check whether the PHP version was the problem for all versions