Commit 768bdb6
committed
minor symfony#20795 [Security] Chain Providers: Fixing PHP code sample (ThomasLandauer)
This PR was merged into the 6.4 branch.
Discussion
----------
[Security] Chain Providers: Fixing PHP code sample
Page: https://symfony.com/doc/6.4/security/user_providers.html#security-chain-user-provider
When passing in the variables, I got:
> Cannot use values of type "Symfony\Config\Security\ProviderConfig\EntityConfig" in service configuration files in .../config/packages/security.php (which is being imported from ".../src/Kernel.php").
So I deleted the variables altogether...
Commits
-------
929ffc2 [Security] Chain Providers: Fixing PHP code sample1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
| 355 | + | |
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
366 | | - | |
| 365 | + | |
| 366 | + | |
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| |||
0 commit comments