Results 1104 comments of Anders Jenbo

> The adjacency check currently bails if the search area contains a tile that isn't adjacent to an item, this causes the search to fail far quicker than necessary. I...

Could have even tested in 1.3.0...

Glad to see you managed to solve it :+1:

`.src/wordpress/.` Looks like you are missing a slash here, it should probably be `./src/wordpress/.`, since `.` just means "relative to current" you could just have `./src/wordpress`

How long is it taking? What hardware are you using? Can you share `SomeController.php`? What is less time? > Run phpmd that's install via composer it's no error or any...

Isn't that then a fault with the class, correctly detected by PHPMD. and should be corrected instead of ignored?

Maybe a better solution is to have a setting to ignore violations that are inherited?

> IIRC it's a `method_exists($class, 'toArray')` trick used from Laravel side, so no inheritence. I'm in favor of an unified `exceptions` option available in all the rules anyway. If that...

I like the cleaned up structure

I belive git is actually able to resolve most of that automatically... though maybe not github