Skip to content

PHP-Parser 4.15.5

Compare
Choose a tag to compare
@nikic nikic released this 19 May 20:23
· 38 commits to 4.x since this release

Added

  • Added makePrivate(), makeProtected(), makePublic() and makeReadonly() methods to Builder\Param to allow the creation of promoted parameters.