Completed
Push — master ( dbf951...16ccb3 )
by Marcel
55s
created
src/BIP32/ExtendedKey.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@
 block discarded – undo
15 15
     public string $parentFingerprint;
16 16
     public int $childNumber;
17 17
     public string $chainCode;
18
-    public PrivateKey|S256Point $key;
18
+    public PrivateKey | S256Point $key;
19 19
 
20
-    public function __construct(Version $version, int $depth, string $parentFingerprint, int $childNumber, string $chainCode, PrivateKey|S256Point $key)
20
+    public function __construct(Version $version, int $depth, string $parentFingerprint, int $childNumber, string $chainCode, PrivateKey | S256Point $key)
21 21
     {
22 22
         $this->version           = $version;
23 23
         $this->depth             = $depth;
Please login to merge, or discard this patch.