We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Defines the contract for reading .gitattributes files from persistent storage.
Implementations MUST load the raw textual content from the provided path and SHALL return an empty string when the target file does not exist.
\FastForward\DevTools\GitAttributes\ReaderInterface
Reads the .gitattributes content from the specified filesystem path.
public read(string $gitattributesPath): string
Parameters:
$gitattributesPath
Return Value:
The raw .gitattributes content, or an empty string when absent.