From c53ca28b25885adeeeba050ce0eb89465c01f2a6 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Mon, 7 Jan 2019 06:42:00 -0600 Subject: [PATCH] BinaryField: CS adjustment --- phpseclib/Math/BinaryField/Integer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpseclib/Math/BinaryField/Integer.php b/phpseclib/Math/BinaryField/Integer.php index b7f878d0..1faf15b5 100644 --- a/phpseclib/Math/BinaryField/Integer.php +++ b/phpseclib/Math/BinaryField/Integer.php @@ -362,7 +362,6 @@ class Integer extends Base return new static($this->instanceID, $x ^ $y); } - /** * Subtracts two BinaryFieldIntegers. *