Completed
Push — develop ( f0d100...266ee2 )
by J.D.
04:14
created
src/library/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace ParagonIE\Sodium\Core\Curve25519\Ge;
3 3
 
4
-class Cached extends \ParagonIE_Sodium_Core_Curve25519_Ge_Cached
5
-{
4
+class Cached extends \ParagonIE_Sodium_Core_Curve25519_Ge_Cached {
6 5
 
7 6
 }
Please login to merge, or discard this patch.
src/library/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace ParagonIE\Sodium\Core\Curve25519\Ge;
3 3
 
4
-class P1p1 extends \ParagonIE_Sodium_Core_Curve25519_Ge_P1p1
5
-{
4
+class P1p1 extends \ParagonIE_Sodium_Core_Curve25519_Ge_P1p1 {
6 5
 
7 6
 }
Please login to merge, or discard this patch.
src/library/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace ParagonIE\Sodium\Core\Curve25519\Ge;
3 3
 
4
-class Precomp extends \ParagonIE_Sodium_Core_Curve25519_Ge_Precomp
5
-{
4
+class Precomp extends \ParagonIE_Sodium_Core_Curve25519_Ge_Precomp {
6 5
 
7 6
 }
Please login to merge, or discard this patch.
src/library/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace ParagonIE\Sodium\Core\Curve25519\Ge;
3 3
 
4
-class P2 extends \ParagonIE_Sodium_Core_Curve25519_Ge_P2
5
-{
4
+class P2 extends \ParagonIE_Sodium_Core_Curve25519_Ge_P2 {
6 5
 
7 6
 }
Please login to merge, or discard this patch.
src/library/sodium_compat/namespaced/Core/Curve25519/Fe.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace ParagonIE\Sodium\Core\Curve25519;
3 3
 
4
-class Fe extends \ParagonIE_Sodium_Core_Curve25519_Fe
5
-{
4
+class Fe extends \ParagonIE_Sodium_Core_Curve25519_Fe {
6 5
 
7 6
 }
Please login to merge, or discard this patch.
src/library/sodium_compat/namespaced/Core/Curve25519/H.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace ParagonIE\Sodium\Core\Curve25519;
3 3
 
4
-class H extends \ParagonIE_Sodium_Core_Curve25519_H
5
-{
4
+class H extends \ParagonIE_Sodium_Core_Curve25519_H {
6 5
 
7 6
 }
Please login to merge, or discard this patch.
src/library/sodium_compat/namespaced/Core/XChaCha20.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace ParagonIE\Sodium\Core;
3 3
 
4
-class XChaCha20 extends \ParagonIE_Sodium_Core_XChaCha20
5
-{
4
+class XChaCha20 extends \ParagonIE_Sodium_Core_XChaCha20 {
6 5
 
7 6
 }
Please login to merge, or discard this patch.
src/library/sodium_compat/namespaced/Core/SipHash.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace ParagonIE\Sodium\Core;
3 3
 
4
-class SipHash extends \ParagonIE_Sodium_Core_SipHash
5
-{
4
+class SipHash extends \ParagonIE_Sodium_Core_SipHash {
6 5
 
7 6
 }
Please login to merge, or discard this patch.
src/library/sodium_compat/namespaced/Core/HSalsa20.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace ParagonIE\Sodium\Core;
3 3
 
4
-class HSalsa20 extends \ParagonIE_Sodium_Core_HSalsa20
5
-{
4
+class HSalsa20 extends \ParagonIE_Sodium_Core_HSalsa20 {
6 5
 
7 6
 }
Please login to merge, or discard this patch.