mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 18:48:22 +01:00
FIX: Update swiftmailer librairies
This commit is contained in:
@@ -52,7 +52,7 @@ interface Swift_InputByteStream
|
||||
*
|
||||
* @param Swift_InputByteStream $is
|
||||
*/
|
||||
public function bind(Swift_InputByteStream $is);
|
||||
public function bind(self $is);
|
||||
|
||||
/**
|
||||
* Remove an already bound stream.
|
||||
@@ -63,7 +63,7 @@ interface Swift_InputByteStream
|
||||
*
|
||||
* @param Swift_InputByteStream $is
|
||||
*/
|
||||
public function unbind(Swift_InputByteStream $is);
|
||||
public function unbind(self $is);
|
||||
|
||||
/**
|
||||
* Flush the contents of the stream (empty it) and set the internal pointer
|
||||
|
||||
Reference in New Issue
Block a user