Kevin Lucich

Results 8 comments of Kevin Lucich

Use this to ignore the warning: `/** @noinspection DisconnectedForeachInstructionInspection */` Example **before the line**: ``` $progressBar = $this->io->createProgressBar(); $progressBar->start(); foreach ($foo as $bar) { ... // To ignore: "This statement...

Thanks for the tip! I will import this fix in my version of [packagist: kevinoo/phpwhois](https://packagist.org/packages/kevinoo/phpwhois) Have a nice day!

Confirmed error for the following domains: - France (.fr) - New Zeland (.nz) I am developing a branch to solve this problem.

Hi @maxiwheat can you give me an example with this error ? I have a solution ready, however I would like to test with more cases. The commit is in...

All I needed was the domain, thanks! :smile: I checked on the fly and I can confirm that the problem persists even with my fix, I'll try to correct it...

> Hi @kevinoo, thanks for taking the time to look at it Hi [maxiwheat](https://github.com/maxiwheat), I publish a new version v6.0.4 with the fix for **FR** and **NZ** domain :muscle: You...

@e7o-de @maxiwheat @matthiastosch Dear all, I wanted to notify that I release the version **v6.2.0** [packagist: kevinoo/phpwhois](https://packagist.org/packages/kevinoo/phpwhois). Include a lot of improvements :smile: ### Improvements * [#92] Infinite Loop -...

Try use my last version from [packagist: kevinoo/phpwhois](https://packagist.org/packages/kevinoo/phpwhois) Have a nice day!