add sales invoices endpoint #2189
Annotations
10 errors and 1 warning
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.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading