xmppo / xmpp-php

PHP client library for XMPP (Jabber) protocol
https://github.com/xmppo/xmpp-php
MIT License
45 stars 23 forks source link

Return type is non-nullable #15

Closed 021-projects closed 3 years ago

021-projects commented 4 years ago

.file XmppClient.php line 116 should look like this protected function initSocket(): ?Socket

Norgul commented 3 years ago

Resolved