add sales invoices endpoint #2189
Annotations
11 errors
|
PHPStan:
tests/EndpointCollection/SalesInvoiceEndpointCollectionTest.php#L108
Call to method PHPUnit\Framework\Assert::assertTrue() with true will always evaluate to true.
|
PHPStan:
tests/Http/Requests/CreateSalesInvoiceRequestTest.php#L61
PHPDoc tag @var contains unknown class Tests\Http\Requests\Response.
|
PHPStan:
tests/Http/Requests/CreateSalesInvoiceRequestTest.php#L63
Call to method successful() on an unknown class Tests\Http\Requests\Response.
|
PHPStan:
tests/Http/Requests/CreateSalesInvoiceRequestTest.php#L64
Call to method toResource() on an unknown class Tests\Http\Requests\Response.
|
PHPStan:
tests/Http/Requests/DeleteSalesInvoiceRequestTest.php#L22
PHPDoc tag @var contains unknown class Tests\Http\Requests\Response.
|
PHPStan:
tests/Http/Requests/DeleteSalesInvoiceRequestTest.php#L24
Call to method successful() on an unknown class Tests\Http\Requests\Response.
|
PHPStan:
tests/Http/Requests/DeleteSalesInvoiceRequestTest.php#L25
Call to method status() on an unknown class Tests\Http\Requests\Response.
|
PHPStan:
tests/Http/Requests/GetPaginatedSalesInvoicesRequestTest.php#L26
PHPDoc tag @var contains unknown class Tests\Http\Requests\Response.
|
PHPStan:
tests/Http/Requests/GetPaginatedSalesInvoicesRequestTest.php#L28
Call to method successful() on an unknown class Tests\Http\Requests\Response.
|
PHPStan:
tests/Http/Requests/GetPaginatedSalesInvoicesRequestTest.php#L31
Call to method toResource() on an unknown class Tests\Http\Requests\Response.
|
Loading