Skip to content

Commit

Permalink
Fix : Return value type is not compatible with declared
Browse files Browse the repository at this point in the history
  • Loading branch information
s-renier-taonix-fr authored and f3l1x committed Feb 13, 2023
1 parent c482f61 commit e594f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nusoap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3474,7 +3474,7 @@ function parseCookie($cookie_str)
'secure' => $secure
);
}
return false;
return array ();
}

/**
Expand Down

0 comments on commit e594f7c

Please sign in to comment.