mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-22 03:06:02 +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
|
||||
* to connect.
|
||||
*
|
||||
* @var resource
|
||||
*/
|
||||
protected $imapStream;
|
||||
|
||||
@ -249,8 +247,6 @@ class Server
|
||||
|
||||
/**
|
||||
* This function gets the current saved imap resource and returns it.
|
||||
*
|
||||
* @return resource
|
||||
*/
|
||||
public function getImapStream()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user