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
- This issue surfaced during refactoring and is not known to have affected
- Fail with an exception if invalid or non-unique token constants are defined by other libraries
- Only use trusted polyfills on PHP 7.4