@@ -106,10 +106,10 @@ |
||
| 106 | 106 | $executable->useSSLCert($this->certFile); |
| 107 | 107 | } else { |
| 108 | 108 | $executable->usePassword($this->password) |
| 109 | - ->encodeBase64(true); |
|
| 109 | + ->encodeBase64(true); |
|
| 110 | 110 | } |
| 111 | 111 | $executable->useAlgorithm($this->algorithm) |
| 112 | - ->deleteUncrypted(!$this->keepUncrypted); |
|
| 112 | + ->deleteUncrypted(!$this->keepUncrypted); |
|
| 113 | 113 | |
| 114 | 114 | return $executable; |
| 115 | 115 | } |