Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jul 22, 2023
1 parent bbc4052 commit ea98f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/DetectsChromeVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ protected function latestVersion(): string
*
* @return array<string, mixed>
*/
protected function installedChromeVersion(string $operatingSystem, ?string $chromeDirectory = null): array
protected function installedChromeVersion(string $operatingSystem, ?string $directory = null): array
{
if ($directory) {
if ($operatingSystem === 'win') {
Expand Down

0 comments on commit ea98f73

Please sign in to comment.