Skip to content

Rename php-cs-fixer.yml to php-cs-fixer.yml_bkp #27

Rename php-cs-fixer.yml to php-cs-fixer.yml_bkp

Rename php-cs-fixer.yml to php-cs-fixer.yml_bkp #27

Triggered via push February 22, 2024 19:54
Status Failure
Total duration 1m 17s
Artifacts

php_stan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Run PHPStan: class/order.php#L9
Property order::$con has no type specified.
Run PHPStan: class/order.php#L10
Property order::$customer_id has no type specified.
Run PHPStan: class/order.php#L18
Constructor of class order has an unused parameter $name.
Run PHPStan: class/order.php#L39
Access to an undefined property object::$status.
Run PHPStan: class/order.php#L40
Access to an undefined property object::$price.
Run PHPStan: class/order.php#L41
Access to an undefined property object::$currency.
Run PHPStan: class/order.php#L80
Parameter #1 $handle of function curl_setopt expects CurlHandle, CurlHandle|false given.
Run PHPStan: class/order.php#L81
Parameter #1 $handle of function curl_exec expects CurlHandle, CurlHandle|false given.
Run PHPStan: class/order.php#L82
Parameter #1 $handle of function curl_close expects CurlHandle, CurlHandle|false given.
Run PHPStan: class/order.php#L84
Parameter #1 $json of function json_decode expects string, bool|string given.
Run PHPStan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run PHPStan
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/