hashids-bundle icon indicating copy to clipboard operation
hashids-bundle copied to clipboard

Fixed logic exception if auto convert is disabled

Open xarem opened this issue 2 years ago • 1 comments

on some controllers, an LogicException is thrown although auto convert is disabled. This fixed it as it should not trigger

xarem avatar Dec 03 '23 16:12 xarem

Hey and thanks!

But is it possible to have a concrete example?

Because currently there is a test for that named it_throws_when_force_hash_variable_in_request_and_auto_convert_is_deactivated.

So I can't currently accept your P.R. during the test is invalid.

P.S.: doesn't take into account php-cs-fixer, which makes modifications that are not backward-compatible, so it often causes problems.

roukmoute avatar Dec 03 '23 22:12 roukmoute