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 Aug 14, 2024
1 parent d9ae92f commit fd2d788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OperatingSystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class OperatingSystem
*
* @var array<string, array{slug: string, binary: string, commands: array<int, string>}>
*/
protected static $platforms = [
protected static array $platforms = [
'linux' => [
'slug' => 'linux64',
'binary' => 'chromedriver-linux',
Expand Down

0 comments on commit fd2d788

Please sign in to comment.