| @@ -61,7 +61,7 @@ | ||
| 61 | 61 | * @param bool $bAutoRemove automatic remove of expired subscriptions | 
| 62 | 62 | * @return bool true on success | 
| 63 | 63 | */ | 
| 64 | - public function init(bool $bAutoRemove=true) : bool; | |
| 64 | + public function init(bool $bAutoRemove = true) : bool; | |
| 65 | 65 | |
| 66 | 66 | /** | 
| 67 | 67 | * Get count of subscriptions. | 
| @@ -39,7 +39,7 @@ | ||
| 39 | 39 | * @param int $timeExpiration | 
| 40 | 40 | * @param string $strEncoding | 
| 41 | 41 | */ | 
| 42 | - public function __construct(string $strEndpoint, string $strPublicKey, string $strAuth, int $timeExpiration=0, string $strEncoding = 'aesgcm') | |
| 42 | + public function __construct(string $strEndpoint, string $strPublicKey, string $strAuth, int $timeExpiration = 0, string $strEncoding = 'aesgcm') | |
| 43 | 43 |      { | 
| 44 | 44 | $this->strEndpoint = $strEndpoint; | 
| 45 | 45 | $this->strPublicKey = $strPublicKey; |