-
Notifications
You must be signed in to change notification settings - Fork 96
Commit 78b6b5a
Remove the generic type for PasswordUpgraderInterface
This interface method can be called on a user provider even for user
types not supported by that provider (for instance when using a chain
provider). The implementation is expected to deal with that case
gracefully, which will be enforced by phpstan when the generics are
gone.1 parent 08b97ab commit 78b6b5a
File tree
4 files changed
+0
-62
lines changed- src/Symfony
- stubs/Symfony/Component/Security/Core/User
4 files changed
+0
-62
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | - | ||
26 | 25 |
| |
27 | 26 |
| |
28 | 27 |
| |
| |||
333 | 332 |
| |
334 | 333 |
| |
335 | 334 |
| |
336 | - | ||
337 | - | ||
338 | - | ||
339 | - | ||
340 | 335 |
| |
341 | 336 |
| |
342 | 337 |
| |
|
Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 0 additions & 14 deletions
This file was deleted.
0 commit comments