Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<?php
Expand Down
Loading