Audit: dead guard
Component: data-machine-events
Count: 2 findings
Last run: https://github.com/Extra-Chill/data-machine-events/actions/runs/25452880350
Updated: 2026-05-06T18:15:18Z
Homeboy: homeboy 0.157.1+e1f629a | Action: Extra-Chill/homeboy-action@v2
Findings
| File |
Description |
Suggestion |
inc/Blocks/Calendar/render.php |
Dead guard on line 22: defined('REST_REQUEST') — symbol is guaranteed to exist at runtime |
Remove the defined('REST_REQUEST') guard; the symbol is guaranteed by plugin requirements, composer.json, or the plugin bootstrap |
inc/Blocks/EventsMap/render.php |
Dead guard on line 25: defined('REST_REQUEST') — symbol is guaranteed to exist at runtime |
Remove the defined('REST_REQUEST') guard; the symbol is guaranteed by plugin requirements, composer.json, or the plugin bootstrap |
Autofix status
❌ No fixer available for dead_guard
Maintained automatically by Homeboy Action on each CI run until resolved.
Audit: dead guard
Component:
data-machine-eventsCount: 2 findings
Last run: https://github.com/Extra-Chill/data-machine-events/actions/runs/25452880350
Updated: 2026-05-06T18:15:18Z
Homeboy:
homeboy 0.157.1+e1f629a| Action:Extra-Chill/homeboy-action@v2Findings
inc/Blocks/Calendar/render.phpinc/Blocks/EventsMap/render.phpAutofix status
❌ No fixer available for
dead_guardMaintained automatically by Homeboy Action on each CI run until resolved.