github lkrms/pretty-php v0.4.66

latest releases: v0.4.75, v0.4.74, v0.4.73...
3 months ago

Changed

  • In addition to @inheritDoc, never collapse one-line DocBlocks with one of the following tags, with or without a @phan-, @psalm-, or @phpstan- prefix:
    • @api, @internal
    • @method, @property, @property-read, @property-write
    • @param, @return, @throws
  • Update dependencies

Fixed

  • Fix issue where a non-declaration token may be taken as the first token of a subsequent declaration if its sibling is a declaration token, e.g. the opening brace in else { } case 6:
    • This issue surfaced during refactoring and is not known to have affected pretty-php's output
  • Fail with an exception if invalid or non-unique token constants are defined by other libraries
  • Only use trusted polyfills on PHP 7.4

Don't miss a new pretty-php release

NewReleases is sending notifications on new releases.