From: Greg Beaver Date: Sat, 30 Aug 2003 15:59:50 +0000 (+0000) Subject: CS fix X-Git-Tag: RELEASE_0_7~354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9c71c7754ba985b38d876e307e4029748ae5b65;p=php CS fix --- diff --git a/pear/PEAR/Dependency.php b/pear/PEAR/Dependency.php index 9fdf7dd7b1..f8c9cba7ad 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);