Robin

Results 4 issues of Robin

**API Platform version(s) affected**: 2.5.9 (_issue was not present in 2.5.7_ - However, there were a lot of other things updated in the composer update) **Description** When behat testing endpoints,...

Having the following requirements in `require-dev` in `composer.json`: ```json "atoum/atoum": "^4.0", (4.0.3) "behat/behat": "^3.8", (v3.10.0) "behat/mink-browserkit-driver": "^2.0", (v2.0.0) "behat/mink-goutte-driver": "^2.0", (v2.0.0) "behat/mink-selenium2-driver": "^1.5", (v1.5.0) ``` Running `php vendor/bin/behat` instantly crashes...

https://github.com/doctrine/annotations/blob/9419fd5b220de184c9501a16ede49a029b94d482/lib/Doctrine/Common/Annotations/DocParser.php#L810 Line #810 is the `elseif (...)` line if ($type['type'] === 'array') { // handle the case of a single value if ( ! is_array($values[$property])) { $values[$property] = array($values[$property]); }...

The `prepareBindData(...) {...}` function creates data in the resulting `$data` array when a fieldset is prepared, which as a child fieldset. I used Doctrine, so maybe it was the combination,...