spryker / code-sniffer

Spryker Code Sniffer
https://spryker.com
MIT License
36 stars 11 forks source link

Fix getParentClassesFor method return type #323

Closed alfredbez closed 2 years ago

alfredbez commented 2 years ago

PR Description

It does not return real class-strings, because we're only checking against the actual class name without the namespace part

Checklist