FriendsOfSymfony / FOSRestBundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

Home Page:http://symfony.com/doc/master/bundles/FOSRestBundle/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RequestParam strict default value has changed

alterphp opened this issue · comments

Hi !

Version 3.2.0 introduced support of PHP attributes. I think there is a mistake in the RequestParam constructor, where $strict default value should match the property default value.

In my project, validation of RequestParam is not throwing errors with validation constraints as before updating...

Here is the commit that seems to introduce the bug : db088fd