Skip to content

Normalize: method names #13

Closed
Closed
@homersimpsons

Description

@homersimpsons

function names are correctly normalized but method names are not:

<?php

class A {
  public static function a() {} // <-- This does not get normalized
}
A::a(); // <-- This does not get normalized

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions