Skip to content

Commit 7a38637

Browse files
Merge branch '2.7' into 2.8
* 2.7: Remove unused constant Fix passing options with defaultCommand
2 parents a493eb4 + c86f1ce commit 7a38637

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Encoder/BCryptPasswordEncoderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
class BCryptPasswordEncoderTest extends TestCase
2121
{
2222
const PASSWORD = 'password';
23-
const BYTES = '0123456789abcdef';
2423
const VALID_COST = '04';
2524

2625
/**

0 commit comments

Comments
 (0)