Releases: sirbrillig/phpcs-import-detection
Releases · sirbrillig/phpcs-import-detection
v1.3.3
Changelog
- Add "static analysis" Composer keyword (#56)
- PHP 8.2 | Fix deprecated embedded variables in text strings (#55)
Note that because of #52 this sniff still does not support newer versions of PHPCS.
v1.3.1
Changelog
- Allow whitespace and comments in group import namespace (#48)
- Allow object typehints (#47)
v1.3.0
Changelog
- Add php 8 support (#46)
- Composer: update PHPCS Composer plugin dependency (#39)
- Composer: PHPCS is a production dependency (#40)
v1.2.2
Changelog
- Fix file global function detection (#34)
v1.2.1
Changelog
- Fix parentheses in class definition (#31) (props @yoavf)
v1.2.0
Changelog
This is mostly a bug fix release, but it significantly upgrades the way in which scope is handled in the package, so I'm going with a minor release.
- Add awareness of nested named functions (#30) (props @zanona for discovering this)
v1.1.4
Changelog
- Detect symbol of kind
abc\{def\ghi, klm\nop}
. (#27, props @Hywan)
v1.1.3
Changelog
- Move Predef check after symbol check (#26)
v1.1.2
Changelog
- Support trailing commas in group imports #23