8000 minor #23704 Remove unused constant (AbdElKader Bouadjadja) · symfony/symfony@ae7e2cd · GitHub
[go: up one dir, main page]

Skip to content

Commit ae7e2cd

Browse files
author
Robin Chalas
committed
minor #23704 Remove unused constant (AbdElKader Bouadjadja)
This PR was merged into the 2.7 branch. Discussion ---------- Remove unused constant | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A Just a micro clean-up PR, to assimilate the Symfony PR process. Hope the next one will be more useful 🤔 Commits ------- 7168d89 Remove unused constant
2 parents 27a6c1f + 7168d89 commit ae7e2cd

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