Skip to content

update phpstan

update phpstan #32

Triggered via push November 25, 2023 20:18
Status Failure
Total duration 15s
Artifacts

shepherd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/Clients/Traits/CreateFinalizeTrait.php (in context of class Clicksports/LexOffice/Clients/CreditNote)#L16
Method Clicksports\LexOffice\Clients\CreditNote::create() has parameter $data with no value type specified in iterable type array.
build: src/Clients/Traits/CreateFinalizeTrait.php (in context of class Clicksports/LexOffice/Clients/Invoice)#L16
Method Clicksports\LexOffice\Clients\Invoice::create() has parameter $data with no value type specified in iterable type array.
build: src/Clients/Traits/CreateFinalizeTrait.php (in context of class Clicksports/LexOffice/Clients/Quotation)#L16
Method Clicksports\LexOffice\Clients\Quotation::create() has parameter $data with no value type specified in iterable type array.
build: src/Clients/Traits/CreateTrait.php (in context of class Clicksports/LexOffice/Clients/Contact)#L15
Method Clicksports\LexOffice\Clients\Contact::create() has parameter $data with no value type specified in iterable type array.
build: src/Clients/Traits/CreateTrait.php (in context of class Clicksports/LexOffice/Clients/Event)#L15
Method Clicksports\LexOffice\Clients\Event::create() has parameter $data with no value type specified in iterable type array.
build: src/Clients/Traits/CreateTrait.php (in context of class Clicksports/LexOffice/Clients/OrderConfirmation)#L15
Method Clicksports\LexOffice\Clients\OrderConfirmation::create() has parameter $data with no value type specified in iterable type array.
build: src/Clients/Traits/CreateTrait.php (in context of class Clicksports/LexOffice/Clients/Voucher)#L15
Method Clicksports\LexOffice\Clients\Voucher::create() has parameter $data with no value type specified in iterable type array.
build: src/Clients/Traits/UpdateTrait.php (in context of class Clicksports/LexOffice/Clients/Contact)#L16
Method Clicksports\LexOffice\Clients\Contact::update() has parameter $data with no value type specified in iterable type array.
build: src/Clients/Traits/UpdateTrait.php (in context of class Clicksports/LexOffice/Clients/Voucher)#L16
Method Clicksports\LexOffice\Clients\Voucher::update() has parameter $data with no value type specified in iterable type array.
build: src/Utils.php#L17
Method Clicksports\LexOffice\Utils::streamFor() has parameter $options with no value type specified in iterable type array.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/