8000 Remove unused constant · symfony/symfony@7168d89 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7168d89

Browse files
author
AbdElKader Bouadjadja
committed
Remove unused constant
1 parent 27a6c1f commit 7168d89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Security/Core/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)
0