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 a161fec commit 8b16be3Copy full SHA for 8b16be3
1 file changed
SourceQuery/SourceQuery.php
@@ -97,7 +97,7 @@ class SourceQuery
97
98
public function __construct( ?BaseSocket $Socket = null )
99
{
100
- $this->Socket = $Socket ?: new Socket( );
+ $this->Socket = $Socket ?? new Socket( );
101
}
102
103
public function __destruct( )
0 commit comments