Passed
Push — master ( 0452fa...9f0f90 )
by Koen
03:40 queued 01:27
created
tests/Unit/Argon2HasherTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 {
10 10
     public function testArgon2Hashing()
11 11
     {
12
-        if (! defined('PASSWORD_ARGON2I')) {
12
+        if (!defined('PASSWORD_ARGON2I')) {
13 13
             $this->markTestSkipped('PHP not compiled with argon2 hashing support.');
14 14
         }
15 15
 
Please login to merge, or discard this patch.