voov / Billingo-API-Connector

Connector class for Billingo API 2.0
15 stars 17 forks source link

Előkészület PHPStan-ra #31

Open szepeviktor opened 4 years ago

szepeviktor commented 4 years ago

Jól javítottam ki?

A HTTP\Request::request mit ad vissza? Mi van a $jsonData['data']-ban?

{
   "success":true,
   "type":"invoices",
   "data":[
      {
         "id":1938103373,
         "attributes":{
            "date":"2012-07-30",
            "fulfillment_date":"2012-07-30",
            "due_date":"2015-08-07",
            "invoice_no":"2015-000001",
            "total":"4445.000",

https://billingo.readthedocs.io/en/latest/invoices/#show-the-invoices

Egy tömb, amiben névtelen objektumok vannak? A json_decode kapott egy true-t, akkor az az objektum egy asszociatív tömbbé válik? Akkor az nem ResponseInterface ugye?

szepeviktor commented 4 years ago

amúgy nincs olyan, hogy @return mixed|ResponseInterface - ami mixed, annak már annyi :)