Skip to content

WIP : Documentation ux #84

WIP : Documentation ux

WIP : Documentation ux #84

Triggered via pull request November 13, 2024 22:13
Status Failure
Total duration 9m 38s
Artifacts

phpstan_baseline.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: htdocs/admin/tools/ui/class/documentation.class.php#L35
Property Documentation::$view type has no value type specified in iterable type array.
phpstan: htdocs/admin/tools/ui/class/documentation.class.php#L42
Property Documentation::$menu type has no value type specified in iterable type array.
phpstan: htdocs/admin/tools/ui/class/documentation.class.php#L49
Property Documentation::$summary type has no value type specified in iterable type array.
phpstan: htdocs/admin/tools/ui/class/documentation.class.php#L178
Method Documentation::setMenu() should return mixed but return statement is missing.
phpstan: htdocs/admin/tools/ui/class/documentation.class.php#L259
Method Documentation::displayMenu() has parameter $menu with no value type specified in iterable type array.
phpstan: htdocs/admin/tools/ui/class/documentation.class.php#L334
Variable $menu_entry might not be defined.
phpstan: htdocs/admin/tools/ui/class/documentation.class.php#L339
Variable $menu_entry might not be defined.
phpstan: htdocs/admin/tools/ui/class/documentation.class.php#L341
Variable $menu_entry might not be defined.
phpstan: htdocs/admin/tools/ui/class/documentation.class.php#L356
Method Documentation::displaySummary() has parameter $menu with no value type specified in iterable type array.
phpstan: htdocs/admin/tools/ui/class/documentation.class.php#L393
Method Documentation::showCode() has parameter $lines with no value type specified in iterable type array.