Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / sirbrillig/phpcs-import-detection issues and pull requests

#60 - PHP 8.1 enums trigger unimported symbol errors

Issue - State: open - Opened by djibarian 4 months ago

#59 - False positive for `dbDelta` when using "ignoreWordPressSymbols"

Issue - State: open - Opened by thomas-price 8 months ago
Labels: bug

#58 - Class method returning by reference triggers false positive

Issue - State: open - Opened by mundschenk-at over 1 year ago
Labels: bug

#57 - Publish the fix for the deprecation notice

Issue - State: closed - Opened by jestillore over 1 year ago - 1 comment

#56 - Add "static analysis" Composer keyword

Pull Request - State: closed - Opened by GaryJones about 2 years ago

#55 - PHP 8.2 | Fix deprecated embedded variables in text strings

Pull Request - State: closed - Opened by jrfnl about 2 years ago - 2 comments

#54 - false positive unused imports

Issue - State: closed - Opened by mirzazeyrek over 2 years ago - 2 comments

#53 - Allow qualified import types

Pull Request - State: open - Opened by sirbrillig almost 3 years ago

#52 - Cannot find any qualified imports when using phpcs 3.5.1

Issue - State: open - Opened by sirbrillig almost 3 years ago
Labels: bug

#51 - Incorrect warning in `use function X`

Issue - State: open - Opened by sirbrillig about 3 years ago
Labels: bug

#50 - fix: Support mixed typehint

Pull Request - State: closed - Opened by chrisvanpatten about 3 years ago - 1 comment

#49 - PHP8 Nullsafe operator triggers RequireImports.Symbol

Issue - State: open - Opened by BenceSzalai over 3 years ago - 3 comments
Labels: bug

#48 - Allow whitespace and comments in group import namespace

Pull Request - State: closed - Opened by sirbrillig over 3 years ago

#47 - Allow object typehints

Pull Request - State: closed - Opened by sirbrillig over 3 years ago

#46 - Add php7.4 and php8 to CI

Pull Request - State: closed - Opened by sirbrillig over 3 years ago

#45 - Do not warn on relative imports

Issue - State: closed - Opened by szepeviktor over 3 years ago - 8 comments

#44 - Add support for PHP 8

Issue - State: closed - Opened by sirbrillig almost 4 years ago - 2 comments

#43 - Update composer.json to support php 8

Pull Request - State: closed - Opened by jnbn almost 4 years ago - 2 comments

#42 - Exclude “object” from unimported symbols

Issue - State: closed - Opened by djibarian about 4 years ago - 1 comment
Labels: bug

#41 - Feature: warn on FQCN usage

Issue - State: open - Opened by szepeviktor over 4 years ago - 4 comments
Labels: enhancement, help wanted

#40 - Composer: PHPCS is a production dependency

Pull Request - State: closed - Opened by jrfnl over 4 years ago - 1 comment

#39 - Composer: update PHPCS Composer plugin dependency

Pull Request - State: closed - Opened by jrfnl over 4 years ago - 1 comment

#38 - Add note that this is not static analysis to README

Pull Request - State: closed - Opened by sirbrillig over 4 years ago

#37 - Found unimported in same namespace

Issue - State: closed - Opened by piszczek over 4 years ago - 2 comments

#36 - Sniff breaks on unexpected whitespace/comments

Issue - State: closed - Opened by jrfnl over 4 years ago - 3 comments
Labels: bug

#35 - Allow using array for ignoreUnimportedSymbols

Issue - State: open - Opened by pokemonhan almost 5 years ago - 8 comments
Labels: enhancement

#34 - Fix file global function detection

Pull Request - State: closed - Opened by sirbrillig almost 5 years ago

#33 - Add test case for automatic string conversion

Pull Request - State: closed - Opened by sirbrillig almost 5 years ago

#32 - False positive on `Found unimported symbol` v1.2.1

Issue - State: closed - Opened by zanona almost 5 years ago - 7 comments
Labels: bug

#31 - Fix parentheses in class definition

Pull Request - State: closed - Opened by yoavf almost 5 years ago

#30 - Add awareness of nested named functions

Pull Request - State: closed - Opened by sirbrillig almost 5 years ago - 4 comments

#29 - nested method not found

Issue - State: closed - Opened by zanona almost 5 years ago - 1 comment
Labels: bug

#28 - array keys must be in string forms

Issue - State: closed - Opened by zanona almost 5 years ago - 2 comments

#27 - feat(detection) Detect symbol of kind `abc\{def\ghi, klm\nop}`

Pull Request - State: closed - Opened by Hywan over 5 years ago

#26 - Move predefined check after imported symbol check

Pull Request - State: closed - Opened by sirbrillig almost 6 years ago

#25 - `File` is ignored and its imports are shown as unused

Issue - State: closed - Opened by sirbrillig almost 6 years ago
Labels: bug

#24 - Support trailing commas in group imports

Issue - State: closed - Opened by sirbrillig almost 6 years ago

#23 - Support trailing commas in group imports

Pull Request - State: closed - Opened by sirbrillig almost 6 years ago

#22 - Simplify getImportNames using getImportedSymbolsFromImportStatement

Pull Request - State: closed - Opened by sirbrillig about 6 years ago

#21 - Add support for trait declaration

Pull Request - State: closed - Opened by Augustin82 about 6 years ago - 1 comment

#20 - Differentiate between namespace and class

Pull Request - State: closed - Opened by sirbrillig about 6 years ago

#19 - Add option to ignore globals in global namespace

Pull Request - State: closed - Opened by sirbrillig about 6 years ago

#18 - Refactor imported symbol records

Pull Request - State: closed - Opened by sirbrillig about 6 years ago

#17 - Clarify ignoreUnimportedSymbols works for unused imports

Pull Request - State: closed - Opened by sirbrillig about 6 years ago

#16 - Add sniff codes to README

Pull Request - State: closed - Opened by sirbrillig about 6 years ago

#15 - Treat Interfaces as classes

Pull Request - State: closed - Opened by sirbrillig about 6 years ago

#14 - Interface keyword not recognized as a declaration

Issue - State: closed - Opened by Augustin82 about 6 years ago - 1 comment
Labels: bug

#13 - Feature request: add an option to ignore unused imports

Issue - State: closed - Opened by Augustin82 about 6 years ago - 7 comments
Labels: bug

#12 - Add option to ignore WordPress patterns

Pull Request - State: closed - Opened by sirbrillig about 6 years ago

#11 - Add WordPress ignore list

Issue - State: closed - Opened by sirbrillig about 6 years ago

#10 - Update CircleCi config to use valid php7 image

Pull Request - State: closed - Opened by sirbrillig about 6 years ago

#9 - Separate symbol records by file

Pull Request - State: closed - Opened by sirbrillig about 6 years ago

#8 - Symbol detected as missing an import when in the same namespace

Issue - State: closed - Opened by Augustin82 about 6 years ago - 5 comments

#7 - Annotations are ignored when scanning for used/unused imports

Issue - State: open - Opened by Augustin82 about 6 years ago - 8 comments
Labels: enhancement, help wanted

#6 - Do not ignore trait usage

Pull Request - State: closed - Opened by sirbrillig about 6 years ago

#5 - Used traits are not counted as symbol use

Issue - State: closed - Opened by sirbrillig about 6 years ago
Labels: bug

#4 - Ignore usage warnings if not in namespace

Issue - State: closed - Opened by sirbrillig about 6 years ago
Labels: enhancement

#3 - No warning if a class is defined but then used as a namespace

Issue - State: closed - Opened by sirbrillig about 6 years ago
Labels: bug

#2 - Add circleci config

Pull Request - State: closed - Opened by sirbrillig about 6 years ago

#1 - Add autoload to composer config

Pull Request - State: closed - Opened by sirbrillig about 6 years ago