Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update Binary.php
Browse files Browse the repository at this point in the history
Fix PHP 8.x
Deprecated:  Creation of dynamic property MailSo\Base\StreamWrappers\Binary::$context is deprecated
  • Loading branch information
mean-cj authored Jun 15, 2023
1 parent 9bf8fa5 commit 051baa2
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,18 @@ class Binary
* @var string
*/
private $sReadEndBuffer;


/**
* @var string
*/
public $context;

/**
* @param string $sContentTransferEncoding
* @param bool $bDecode = true
*
* @return string
*/
*/
public static function GetInlineDecodeOrEncodeFunctionName($sContentTransferEncoding, $bDecode = true)
{
$sFunctionName = '';
Expand Down

0 comments on commit 051baa2

Please sign in to comment.