From b9c71c7754ba985b38d876e307e4029748ae5b65 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sat, 30 Aug 2003 15:59:50 +0000 Subject: [PATCH] CS fix --- pear/PEAR/Dependency.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR/Dependency.php b/pear/PEAR/Dependency.php index 9fdf7dd7b17..f8c9cba7adc 100644 --- a/pear/PEAR/Dependency.php +++ b/pear/PEAR/Dependency.php @@ -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);