mirror of
https://github.com/php/php-src.git
synced 2026-04-14 19:41:05 +02:00
CS fix
This commit is contained in:
@@ -116,7 +116,7 @@ class PEAR_Dependency
|
||||
* @return mixed bool false if no error or the error string
|
||||
*/
|
||||
function checkPackage(&$errmsg, $name, $req = null, $relation = 'has',
|
||||
$opt = false)
|
||||
$opt = false)
|
||||
{
|
||||
if (substr($relation, 0, 2) == 'v.') {
|
||||
$relation = substr($relation, 2);
|
||||
|
||||
Reference in New Issue
Block a user