Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Small improvement #22

Open
mainman opened this issue May 28, 2013 · 0 comments
Open

Small improvement #22

mainman opened this issue May 28, 2013 · 0 comments

Comments

@mainman
Copy link

mainman commented May 28, 2013

Hi,
All the :

for ($i = 0; $i < 80; $i++)
{
    $r .= '-';
}

in ipnlistener::getTextReport can be replaced by :

$r .= str_repeat('-', 80);

Thanks anyway for this good IPN Listner !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant