GitBinaryFinder
in package
Assemble a git client from necessary parts
Tags
Table of Contents
- $defaultLocations : array<string|int, mixed>
- Default locations to look for the git client
- __invoke() : string
- Run the finder
- find() : string
Properties
$defaultLocations
Default locations to look for the git client
private
array<string|int, mixed>
$defaultLocations
= ['/usr/bin/git', '/bin/git', '/usr/local/bin/git']
Methods
__invoke()
Run the finder
public
__invoke() : string
Return values
string —find()
public
find() : string