Dave Liddament
Dave Liddament
I'm not sure this is possible... When running SARB we first run PHPStan and then pipe the output from PHPStan into SARB. Even if SARB fails immediately, it still needs...
Thanks for this. There are a few bits I'd like from this. - .gitattributes (I really should be adding this to all my projects). - The editorconfig is not something...
Here is proposed fix: https://github.com/webmozart/path-util/pull/28
@MisterIcy Sorry for the delay in getting this out. I've got something that is close to what you've asked for. Both errors and warnings are reported. However you can suppress...
Closed by PR #124
Currently `#[Friend]` is limited to just method calls. In this case `#[CallableFrom]` makes sense. However in the future the `#[Friend]` attribute might be updated to restrict access to member data,...
Implemented by #26