Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Namespaces\UniqueImport sniff #54

Merged
merged 1 commit into from
Nov 11, 2019

Conversation

michalbundyra
Copy link
Member

Check if the class/function/constant is imported only once.
Check if the name is used only once.

The same name can be used for class, function and constant.
Class and function names are case insensitive, constant names are case sensitive, and also namespaces are case sensitive.

Check if the class/function/constant is imported only once.
Check if the name is used only once.

The same name can be used for class, function and constant.
Class and function names are case insensitive, constant names are case
sensitive, and also namespaces are case sensitive.
@michalbundyra michalbundyra added the enhancement New feature or request label Nov 10, 2019
@michalbundyra michalbundyra added this to the 1.1.0 milestone Nov 10, 2019
michalbundyra added a commit that referenced this pull request Nov 11, 2019
Feature: Namespaces\UniqueImport sniff
michalbundyra added a commit that referenced this pull request Nov 11, 2019
michalbundyra added a commit that referenced this pull request Nov 11, 2019
@michalbundyra michalbundyra merged commit 03e9bca into develop Nov 11, 2019
@michalbundyra michalbundyra deleted the feature/unique-imports branch November 11, 2019 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant