SvenRtbg
SvenRtbg
#6491 seems closely related
I wouldn't be surprised if this bug here is also related to #6523, which is about incorrectly terminating open switch blocks (and maybe others I did not discover. Would really...
ocramius/proxy-manager[2.3.0, ..., 2.5.3] require php ^7.4.0 -> your php version (7.2.24) does not satisfy that requirement. Upgrade to at least PHP 7.4 to contribute. Also, your PHPUnit seems out of...
You are still using that old PHPUnit version.
The error message states there is an issue when moving a file. If write permissions are ok, maybe the length of the path or filename is a problem on your...
I think I have questions that your code (at least the tests around it) does not immediately answer: You have three classes implementing the `Color` interface, and you have one...
I do agree with most of your statements, specifically that the `constructorParameter` is a bit cumbersome to use, and brittle when doing refactoring without paying attention. Still I think your...
The bash code above is not the same when running with `set -u` or `set -o nounset`, which enables detecting and failing on usage of unset variables in bash scripts....
It seems like you have a certain 1:1 mapping from a `X\Controller` requiring the proper `X\DifferentClass`. Unless you can provider a better explanation of why you'd want what you want,...
Have you tried `composer update` instead? I have the feeling somebody stated in a previous issue that the dependencies frozen into the lock file are incompatible with either 7.4 or...