Skip to content

Commit

Permalink
* cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Limbourg committed Aug 22, 2004
1 parent 2c94394 commit 904022f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client.php
@@ -1,4 +1,4 @@
<?php
class<?php
//
// +----------------------------------------------------------------------+
// | PHP Version 4 |
Expand Down Expand Up @@ -563,7 +563,7 @@ function &__decodeResponse(&$response,$shift=true)
if (PEAR::isError($returnArray)) {
return $this->_raiseSoapFault($returnArray);
}
if (is_object($returnArray) && strcasecmp(get_class($returnArray),'stdClass')==0) {
if (is_object($returnArray) && strcasecmp(get_class($returnArray),'stdClass') == 0) {
$returnArray = get_object_vars($returnArray);
}
if (is_array($returnArray)) {
Expand Down

0 comments on commit 904022f

Please sign in to comment.