From 5ec88a3b73fc8b48c61afb423649a48fce4a9bf9 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Wed, 29 May 2002 21:55:52 +0000 Subject: [PATCH] - minor improvement of readability, #thanks richy ;) --- pear/PEAR.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.50.1