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 d45ddaa commit fd187f0Copy full SHA for fd187f0
SourceQuery/SourceQuery.php
@@ -95,7 +95,7 @@ class SourceQuery
95
*/
96
private bool $UseOldGetChallengeMethod = false;
97
98
- public function __construct( BaseSocket $Socket = null )
+ public function __construct( ?BaseSocket $Socket = null )
99
{
100
$this->Socket = $Socket ?: new Socket( );
101
}
0 commit comments