-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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
Labels
No labels