Skip to content

Commit ea83b54

Browse files
51imyyyclue
andauthored
Update src/Browser.php
Co-authored-by: Christian Lück <[email protected]>
1 parent 2e70426 commit ea83b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Browser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Browser
2424
private $baseUrl;
2525
private $protocolVersion = '1.1';
2626
private $defaultHeaders = array(
27-
'User-Agent' => 'ReactPHP/1',
27+
'User-Agent' => 'ReactPHP/1'
2828
);
2929

3030
/**

0 commit comments

Comments
 (0)