Skip to content

Disable mandatory doc blocks in PHP scripts

Latest
Compare
Choose a tag to compare
@leonhelmus leonhelmus released this 15 Oct 08:44
· 1 commit to master since this release
acfa97c

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.