Update php_stan.yml #42
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.
|
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/.
|
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/
|
The logs for this run have expired and are no longer available.
Loading