Skip to content
Triggered via push September 4, 2023 09:10
Status Success
Total duration 2m 28s
Artifacts

phpinsights.yml

on: push
PHP Insights checks
2m 16s
PHP Insights checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
PHP Insights checks: Datas/AnswerData.php#L11
* [Forbidden public property] Do not use public properties. Use method access instead.
PHP Insights checks: Datas/AnswerData.php#L12
* [Forbidden public property] Do not use public properties. Use method access instead.
PHP Insights checks: Datas/AnswerData.php#L13
* [Forbidden public property] Do not use public properties. Use method access instead.
PHP Insights checks: Datas/AnswerData.php#L14
* [Forbidden public property] Do not use public properties. Use method access instead.
PHP Insights checks: Datas/AnswerData.php#L15
* [Forbidden public property] Do not use public properties. Use method access instead. * [Property declaration] Property name "$_key" should not be prefixed with an underscore to indicate visibility
PHP Insights checks: Datas/AnswerData.php#L16
* [Forbidden public property] Do not use public properties. Use method access instead.
PHP Insights checks: Datas/AnswerData.php#L17
* [Forbidden public property] Do not use public properties. Use method access instead. * [Property declaration] Property name "$_sub" should not be prefixed with an underscore to indicate visibility
PHP Insights checks: Datas/AnswerData.php#L19
* [Forbidden public property] Do not use public properties. Use method access instead. * [Property declaration] Property name "$_sort" should not be prefixed with an underscore to indicate visibility
PHP Insights checks: Datas/AnswerData.php#L22
* [Forbidden public property] Do not use public properties. Use method access instead.
PHP Insights checks: Datas/AnswerData.php#L25
* [Forbidden public property] Do not use public properties. Use method access instead.
PHP Insights checks
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/