1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-06-15 11:13:14 +02:00

Create a factory for easy setup.

Update README.md.
This commit is contained in:
Anthony Birkett
2021-05-31 14:53:28 +01:00
parent ca9edb41c3
commit 780ebba6a2
6 changed files with 49 additions and 27 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ final class SourceQuery
*
* @return bool Previous value
*/
public function SetUseOldGetChallengeMethod(bool $value): bool
public function setUseOldGetChallengeMethod(bool $value): bool
{
$previous = $this->useOldGetChallengeMethod;