Skip to content

Commit

Permalink
Rename strict_parameters to strict_requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
benlumley committed Aug 1, 2012
1 parent 3315eb0 commit ef7300e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPGRADE.md
Expand Up @@ -71,13 +71,13 @@ class instead:
// ...
}

You might want to add the new `strict_parameters` parameter to
You might want to add the new `strict_requirements` parameter to
`framework.router` (it avoids fatal errors in the production environment when
a link cannot be generated):

framework:
router:
strict_parameters: %kernel.debug%
strict_requirements: %kernel.debug%

The `default_locale` parameter is now a setting of the main `framework`
configuration (it was under the `framework.session` in 2.0):
Expand Down

0 comments on commit ef7300e

Please sign in to comment.