added solution prototype for '&&' conditions #1747
Annotations
10 errors and 2 warnings
Build
unexpected number of reports: expected 7, got 8
|
Build
unexpected report 5: WARNING DangerousCondition: Potential dangerous bool value: you have constant bool value in condition at _file0.php:15
|
Build
>>> issues reported:
|
Build
WARNING getTypeMisUse: use is_string instead of 'gettype($var) === "string"' at _file0.php:3
|
Build
WARNING getTypeMisUse: use is_float instead of 'gettype($var) == "double"' at _file0.php:6
|
Build
WARNING getTypeMisUse: use is_array instead of 'gettype($var) !== "array"' at _file0.php:9
|
Build
WARNING getTypeMisUse: use is_bool instead of 'gettype($var) != "boolean"' at _file0.php:12
|
Build
WARNING getTypeMisUse: use is_object instead of 'gettype($var) === "object"' at _file0.php:15
|
Build
WARNING DangerousCondition: Potential dangerous bool value: you have constant bool value in condition at _file0.php:15
|
Build
WARNING getTypeMisUse: use is_int instead of 'gettype(getTypeMisUse($var)) === "integer"' at _file0.php:18
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|