Skip to content

Commit 8cbd07b

Browse files
Merge branch '3.2' into 3.3
* 3.2: Remove unused constant Fix passing options with defaultCommand
2 parents 622fdc6 + 564963b commit 8cbd07b

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)