Code Inspection: PHPDoc comment matches function/method signature
Checks that the number of parameters, their names, or types (if any) in a PHPDoc comment matches the ones in the function/method declaration.
Last modified: 08 December 2020
Checks that the number of parameters, their names, or types (if any) in a PHPDoc comment matches the ones in the function/method declaration.