From: Jan Lehnardt Date: Wed, 29 May 2002 21:55:52 +0000 (+0000) Subject: - minor improvement of readability, X-Git-Tag: BEFORE_OBJECTS_STORE~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ec88a3b73fc8b48c61afb423649a48fce4a9bf9;p=php - minor improvement of readability, #thanks richy ;) --- diff --git a/pear/PEAR.php b/pear/PEAR.php index 7df120b4db..3a6b206fd2 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -403,7 +403,7 @@ class PEAR $deleted = false; } } - return $deleted?true:PEAR::raiseError("The expected error you submitted does not exist"); // IMPROVE ME + return $deleted ? true : PEAR::raiseError("The expected error you submitted does not exist"); // IMPROVE ME } elseif (!empty($error_code)) { // $error_code comes alone, trying to unset it if ($this->_checkDelExpect($error_code)) {