normalize()
normalize(string $path) : string
Normalize the string of a relative or absolute path.
Parameters
string | $path | the path to normalize. |
Interface NormalizerInterface.
An interface for paths normalization.
Locators implementing this interface can customize the path normalization on resolving file paths.