Open
Description
I work on some legacy projects that use underscore based PSR-0 classnames, e.g
"psr-0": {
"Foo_": "src/"
},
and the file src/Foo/Bar.php, would have a classname of Foo_Bar, but phpactor suggests it be Bar, and a namespace of Foo
IMO it should take into account the delineating character and suggest namespaces/classnames based on that
Metadata
Metadata
Assignees
Labels
No labels