Fix lint issues. #28
ci.yaml
on: push
phpcs
/
phpcs
16s
phpstan
/
phpstan
37s
Matrix: phplint / phplint
Annotations
10 errors and 5 warnings
phpstan / phpstan:
src/Customer.php#L16
Property Pronamic\WordPress\Pay\Gateways\MultiSafepay\Customer::$locale has no typehint specified.
|
phpstan / phpstan:
src/Customer.php#L18
Property Pronamic\WordPress\Pay\Gateways\MultiSafepay\Customer::$ip_address has no typehint specified.
|
phpstan / phpstan:
src/Customer.php#L20
Property Pronamic\WordPress\Pay\Gateways\MultiSafepay\Customer::$forwarded_ip has no typehint specified.
|
phpstan / phpstan:
src/Customer.php#L22
Property Pronamic\WordPress\Pay\Gateways\MultiSafepay\Customer::$first_name has no typehint specified.
|
phpstan / phpstan:
src/Customer.php#L24
Property Pronamic\WordPress\Pay\Gateways\MultiSafepay\Customer::$last_name has no typehint specified.
|
phpstan / phpstan:
src/Customer.php#L26
Property Pronamic\WordPress\Pay\Gateways\MultiSafepay\Customer::$address_1 has no typehint specified.
|
phpstan / phpstan:
src/Customer.php#L28
Property Pronamic\WordPress\Pay\Gateways\MultiSafepay\Customer::$address_2 has no typehint specified.
|
phpstan / phpstan:
src/Customer.php#L30
Property Pronamic\WordPress\Pay\Gateways\MultiSafepay\Customer::$house_number has no typehint specified.
|
phpstan / phpstan:
src/Customer.php#L32
Property Pronamic\WordPress\Pay\Gateways\MultiSafepay\Customer::$zip_code has no typehint specified.
|
phpstan / phpstan:
src/Customer.php#L34
Property Pronamic\WordPress\Pay\Gateways\MultiSafepay\Customer::$city has no typehint specified.
|
phplint / PHP 8.3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
phplint / PHP 8.2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
phplint / PHP 8.1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
phpcs / phpcs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
phpstan / phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|