Skip to content

Releases: sirbrillig/phpcs-import-detection

v1.3.3

04 Apr 00:11
7035ef6
Compare
Choose a tag to compare

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.2

17 Aug 23:06
898ce52
Compare
Choose a tag to compare

Changelog

v1.3.1

09 Mar 20:48
d0d9ea9
Compare
Choose a tag to compare

Changelog

  • Allow whitespace and comments in group import namespace (#48)
  • Allow object typehints (#47)

v1.3.0

23 Feb 01:34
bd2b114
Compare
Choose a tag to compare

Changelog

  • Add php 8 support (#46)
  • Composer: update PHPCS Composer plugin dependency (#39)
  • Composer: PHPCS is a production dependency (#40)

v1.2.2

06 Dec 21:43
572bb1d
Compare
Choose a tag to compare

Changelog

  • Fix file global function detection (#34)

v1.2.1

21 Nov 16:53
Compare
Choose a tag to compare

Changelog

  • Fix parentheses in class definition (#31) (props @yoavf)

v1.2.0

16 Nov 19:31
a51400f
Compare
Choose a tag to compare

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

05 Feb 16:37
Compare
Choose a tag to compare

Changelog

  • Detect symbol of kind abc\{def\ghi, klm\nop}. (#27, props @Hywan)

v1.1.3

21 Dec 21:31
747ba5c
Compare
Choose a tag to compare

Changelog

  • Move Predef check after symbol check (#26)

v1.1.2

05 Dec 18:08
657e392
Compare
Choose a tag to compare

Changelog

  • Support trailing commas in group imports #23