Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions src/Resources/functions/misc.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ function paynl_split_address(string $address): array

if (false === function_exists('paynl_get_ip')) {
/**
* @param string $address
*
* @return array
* @return mixed
*/
function paynl_get_ip(): array
function paynl_get_ip(): mixed
{
return (new Misc())->getIp();
}
Expand Down