We're a team of 4 people ready to start working on a project and I want to know if is there a way to force everyone to comment every function, class or big chunk of code that they write before pushing into the repository.
I was thinking if I can make PhpStorm show an error when a function or a class does not have a PHPDoc block that shows in detail what that function/class does.