With the new PHP versions, it's possible to add typehinting to parameters and return types, making the @param and @return sections of a
docblock obsolete. Since the coding standards still hold this as a requirement, this change will remove those checks.