phramework / jsonapi

jsonapi implementation for phramework
https://phramework.github.io/jsonapi/
Apache License 2.0
4 stars 2 forks source link

Prevent warning on POST when given type is an array #26

Open nohponex opened 8 years ago

nohponex commented 8 years ago

Warning <br />\n<b>Notice</b>: Array to string conversion on line 199 POST.php

Example request

"data": {
            "type": [
              "message"
            ],
            "attributes": {
              "sender_id": "10",
              "receiver_id": "7",
              "subject": "Reply to Coach's Question",
              "method": [
                "WEB"
              ],
              "body": "3-6"
            }
}