Issue #3086005 by alexpott: Make DrupalMinkClientTest::followMetaRefresh() compatible with max dependencies
parent
c0881f91e2
commit
beaa0692a8
|
@ -30,7 +30,7 @@ class DrupalMinkClient extends Client {
|
|||
* @param bool $followMetaRefresh
|
||||
* (optional) Whether to follow meta redirects. Defaults to TRUE.
|
||||
*/
|
||||
public function followMetaRefresh($followMetaRefresh = TRUE) {
|
||||
public function followMetaRefresh(bool $followMetaRefresh = TRUE) {
|
||||
$this->followMetaRefresh = $followMetaRefresh;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue