mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
- minor improvement of readability,
#thanks richy ;)
This commit is contained in:
parent
998ef91cad
commit
5ec88a3b73
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user