1
0
mirror of https://github.com/xPaw/PHP-Source-Query.git synced 2026-06-11 01:53:16 +02:00

Use autoloading.

This commit is contained in:
Anthony Birkett
2021-05-30 11:30:29 +01:00
parent b5d355514b
commit a2f7834ef5
8 changed files with 19 additions and 43 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ use xPaw\SourceQuery\Exception\SocketException;
abstract class BaseSocket
{
/**
* @var resource
* @var resource|null
*/
public $Socket;