diff options
Diffstat (limited to '2.patch')
-rw-r--r-- | 2.patch | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +From 3488ee782f69b710ba6231898d9c4e3f78c4c864 Mon Sep 17 00:00:00 2001 +From: Remi Collet <remi@remirepo.net> +Date: Mon, 6 Jan 2020 16:50:00 +0100 +Subject: [PATCH] fix typo from Laminas move + +--- + test/BigInteger/Adapter/AbstractTestCase.php | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/test/BigInteger/Adapter/AbstractTestCase.php b/test/BigInteger/Adapter/AbstractTestCase.php +index e5f34d0..6f618fc 100644 +--- a/test/BigInteger/Adapter/AbstractTestCase.php ++++ b/test/BigInteger/Adapter/AbstractTestCase.php +@@ -363,7 +363,7 @@ public function binaryConversionProvider() + 'FV31FwuflLcgcehcYduXOp0sUSL/frxiCjv0lGfFOReOCZjSvGUnltTXMgppIO4p2Ij5dSQolfwW9/xby+yLFg6s=', + + // negative binary, two's complement +- '/yMGxfR3xo0T8eZnZTpdMc7x4siOgXJqjkSJ3IznmRnhCKXR2HZ0+oBnbj0dhZxjwNZJ9+un4yxNNcZ5LLaminasI+q' . ++ '/yMGxfR3xo0T8eZnZTpdMc7x4siOgXJqjkSJ3IznmRnhCKXR2HZ0+oBnbj0dhZxjwNZJ9+un4yxNNcZ5LZfI+q' . + 'iCuj0YGtI344Xo54kaMVi067dAIFDnfXEC2uYOsbocfZnLUOa2GkrKM31lt8R1id3Borb12oD6QgDpDQTdOnxV', + ], + ]; |