{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "echo \"=== Type Safety ===\" && echo \"strict_types declarations:\" && grep -rl \"declare(strict_types=1)\" . --include=\"*.php\" | wc -l && echo \"Total PHP files:\" && find . -name \"*.php\" | wc -l && echo \"\" && echo \"=== PHPDoc Coverage ===\" && grep -rh \"@param\\|@return\" . --include=\"*.php\" | wc -l",
"description": "Check type safety"
}
}
{
"tool_response": {
"stdout": "=== Type Safety ===\nstrict_types declarations:\n186\nTotal PHP files:\n265\n\n=== PHPDoc Coverage ===\n636",
"stderr": "",
"interrupted": false,
"isImage": false
}
}