If you have the following code: ``` use\Import\SomeClass; use const\Import\SomeConst; use function\Import\SomeFunction; ``` there is no hint to add a space after `const` or `function`. Good: When using multiple spaces between `use` and `const`, it is detected.