Nat Zimmermann

Results 22 comments of Nat Zimmermann

As of docker 18.03 it's `host.docker.internal` for both windows and mac, there is an issue here for linux https://github.com/docker/for-linux/issues/264

@nicolasdaudin try https://assoc-datafeeds-eu.amazon.com/datafeed/listReports, you should get an authentication popup

If you have control of the `ArrayAccess` implementation, you can add a `&` to the `offsetGet` implementation to solve this. ``` public function &offsetGet($offset) { ```

Would be good to get some tests in here

@IchHabRecht Any chance you have the time to add some tests here?

Here's some test cases I'd like to see: ## Other annotations mixed in with params ``` /** * @param mixed $a * @throws FooException * @param mixed $b */ public...

I am happy with the current behaviour of this fixer, but I think some integration tests are needed to make sure it doesn't conflict with other fixers that add, remove...

As a workaround you can use ```php $this->assertTrue(array_key_exists('query', $urlParts)); ```

Downgrading to Imagemagick 6 fixed this issue for me