diff --git a/core/filters.md b/core/filters.md index d462693c0ce..8d8b2ecb8e8 100644 --- a/core/filters.md +++ b/core/filters.md @@ -939,7 +939,7 @@ class User {} ## Parameter Security You can secure individual parameters using Symfony expression language. When a security expression -evaluates to `false`, the parameter will be ignored and treated as if it wasn't provided. +evaluates to `false`, a context appropriate `AccessDeniedException` will be thrown. ```php