Completed
Pull Request — master (#19)
by Michael
08:11
created
src/OpensslStack.php 1 patch
Braces   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -23,8 +23,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.