Skip to content

Commit 079ed3b

Browse files
Merge branch '6.2' into 6.3
* 6.2: CS fix Fix test provider
2 parents ce8ca45 + 87bd432 commit 079ed3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AbstractBrowser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ public function getMaxRedirects(): int
107107
/**
108108
* Sets the insulated flag.
109109
*
110-
* @throws \RuntimeException When Symfony Process Component is not installed
111-
*
112110
* @return void
111+
*
112+
* @throws \RuntimeException When Symfony Process Component is not installed
113113
*/
114114
public function insulate(bool $insulated = true)
115115
{

0 commit comments

Comments
 (0)