Issue #3086005 by alexpott: Make DrupalMinkClientTest::followMetaRefresh() compatible with max dependencies

merge-requests/55/head
catch 2019-10-07 13:38:34 +01:00
parent c0881f91e2
commit beaa0692a8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}