Claudio Zizza

Results 101 comments of Claudio Zizza
trafficstars

What are the versions of doctrine coding-standard and slevomat coding-standard in your project?

Great. I'll refactor that part using the `UseStatementHelper`. :-)

@Majkl578 I've updated the PR for the interface handling.

Addition to Exception classes: They have to be `final`.

Not ready yet, but I'm almost done.

Ready for another review.

This PR should also get an addition to the documentation for the new rules.

phpcbf seems to change the docblock of tests/input2/test-case.php from ``` /** * @test * * @covers MyClass::test * * @uses MyClass::__construct */ ``` to ``` /** * @uses MyClass::__construct *...

I've rebased to the current branch to keep this PR up to date.

I would prefer reviews for the changes @Majkl578 and I did. Feedback can help development on this PR. It does a lot of stuff and there might be still some...