Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidanio committed Dec 4, 2023
1 parent 6d5e91c commit 011c642
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ class ModuliteDependenciesCollector(val project: Project) {

psiFile.accept(object : PhpRecursiveElementVisitor() {
override fun visitPhpClassReference(reference: ClassReference) {
/* reference as PhpClass
reference.isInterface*/
when (reference.context) {
is PhpUse, is MethodReference, is ClassConstantReference -> {
return
Expand Down

0 comments on commit 011c642

Please sign in to comment.