Skip to content

PhpStormMetaScanner: method name in override must be lowercased #2890

@gharlan

Description

@gharlan

override(\Ns\MyClass::create(0), map([

I found out, that the PhpStormMetaScanner works correctly only if the method (here create) is written in lowercased.

if ($meta_method_name !== $method_name

$method_name seems to be always lowercased. But $meta_method_name is cased like it is written in .phpstorm.meta.php.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions