mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 11:16:03 +03:00
Remove doctype for Server:: to allow phpstan to detect right type on php 8.1+
This commit is contained in:
parent
c957e41478
commit
3374d13e3c
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user