Mponos George
Mponos George
Hi.. I have an issue with sf and PHPStan... which I don't know if it is sf or PHPStan.. Until today I had a `make` command like this: ```make phpstan-src:...
Current PR is only meant for discussion. It's purpose is not to be merged. The main goals of this are the following: - We want to support PSR-17 - We...
By converting the static property to constant I guess this will disallow overwritting. Again I am not sure if this is something we want for v7 or v8 or even...
I don't think this is needed to be public.. I guess it is a legacy thing that stayed public because there was no anonymous functions, or we were not so...
These are my first thoughts about the package ## Version 2 - [ ] Allow to configure PhpMetrics thought files (xml, json, yaml) - [ ] Bring back the self-update...
Created a new Parser that will be able to parse exponential values to Money object. This solves the issue that I have presented on this PR #494 This parser is...
Not sure if this was on purpose. This rules is intent to throw a warning and not an error.
Isn't this already checked by slevomat? Does the one cover cases that the other does not? Then if yes.. shouldn't the `PSR12.Properties.ConstantVisibility` be turned to an `error`.. because currently it...
I tried to improve the test case scenarios that you have. I found a couple of bugs also.. Will report them upstream.. In the meantime you might be interested in...