Remove doctype for Server:: to allow phpstan to detect right type on php 8.1+

This commit is contained in:
Ilyas Salikhov 2024-01-19 14:06:42 +03:00
parent c957e41478
commit 3374d13e3c

View File

@ -103,8 +103,6 @@ class Server
/** /**
* This is the resource connection to the server. It is required by a number of imap based functions to specify how * This is the resource connection to the server. It is required by a number of imap based functions to specify how
* to connect. * to connect.
*
* @var resource
*/ */
protected $imapStream; protected $imapStream;
@ -249,8 +247,6 @@ class Server
/** /**
* This function gets the current saved imap resource and returns it. * This function gets the current saved imap resource and returns it.
*
* @return resource
*/ */
public function getImapStream() public function getImapStream()
{ {