zfcampus / zf-apigility-documentation

BSD 3-Clause "New" or "Revised" License
12 stars 34 forks source link

use_raw_data cause bug #46

Open webaaz opened 8 years ago

webaaz commented 8 years ago

I use the use_raw_data parameter. It works fine in 1.1.0 but not in 1.1.1

I got a notice: Undefined offset: 1 in /var/www/api/vendor/zfcampus/zf-apigility-documentation/src/ApiFactory.php on line 202

This commit https://github.com/zfcampus/zf-apigility-documentation/commit/f5c16481d8c739b2d6beb47ba6de4ce02bee920a#diff-c89e23dbc0bb01f8f7f6bc7c2c066a79 change the behaviour.

Each parameter is now consider as a pair of validatorKey and validatorName but use_raw_data isn't one.

weierophinney commented 4 years ago

This repository has been closed and moved to laminas-api-tools/api-tools-documentation; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-documentation/issues/8.