@@ -2,7 +2,7 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Dcrypt\Exceptions; |
| 4 | 4 | |
| 5 | -class InvalidPasswordException extends \Exception |
|
| 6 | -{
|
|
| 5 | +class InvalidPasswordException extends \Exception |
|
| 6 | +{ |
|
| 7 | 7 | |
| 8 | 8 | } |
| 9 | 9 | \ No newline at end of file |
@@ -23,8 +23,8 @@ discard block |
||
| 23 | 23 | * @license http://opensource.org/licenses/MIT The MIT License (MIT) |
| 24 | 24 | * @link https://github.com/mmeyer2k/dcrypt |
| 25 | 25 | */ |
| 26 | -class OpensslStack |
|
| 27 | -{
|
|
| 26 | +class OpensslStack |
|
| 27 | +{ |
|
| 28 | 28 | /** |
| 29 | 29 | * @var array |
| 30 | 30 | */ |
@@ -46,8 +46,8 @@ discard block |
||
| 46 | 46 | * @param string $passkey Password or key |
| 47 | 47 | * @param int $cost Cost when using password mode |
| 48 | 48 | */ |
| 49 | - public function __construct(string $passkey, int $cost = 0) |
|
| 50 | - {
|
|
| 49 | + public function __construct(string $passkey, int $cost = 0) |
|
| 50 | + { |
|
| 51 | 51 | $this->passkey = $passkey; |
| 52 | 52 | |
| 53 | 53 | $this->cost = $cost; |