Completed
Push — master ( 77ceb5...8e1d61 )
by Fabrice
02:41
created
src/Strings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -283,7 +283,7 @@
 block discarded – undo
283 283
             // use $reference as reference for actual constant time
284 284
             $comparison = $reference ^ $reference;
285 285
             // this make sure the result will be false
286
-            $result  = 1;
286
+            $result = 1;
287 287
         } else {
288 288
             $comparison = $userInput ^ $reference;
289 289
             $result     = 0;
Please login to merge, or discard this patch.