We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464eb47 commit 026953bCopy full SHA for 026953b
src/Settings.php
@@ -208,7 +208,7 @@ public function apply(array $settings_array)
208
/**
209
* @param int|bool $flag
210
*/
211
- public function setReadOnlyUser(mixed $flag):void
+ public function setReadOnlyUser($flag):void
212
{
213
$this->_ReadOnlyUser = $flag;
214
}
tests/ClientTest.php
@@ -30,6 +30,7 @@ public function setUp(): void
30
31
$this->client->enableHttpCompression(true);
32
$this->client->ping();
33
+ $this->client->setReadOnlyUser(false);
34
35
36
0 commit comments