Skip to content

Global namespace #15

@MatusBoa

Description

@MatusBoa

Hello, found that when I use rule

'global_namespace_import' => [
    'import_classes' => true,
],

with this package, the result for global namespaces (\BackedEnum, \Exception) is something like this:

/**
  * @throws Exception
*/
public function destroy();

but the expected result is something like this:

/**
  * @throws \Exception
*/
public function destroy();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions