{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "php -l src\/Controller\/ChatController.php && php -l src\/View\/chat\/partials\/response.php && php -l routes\/web.php",
"description": "Check PHP syntax for modified files"
}
}
{
"tool_response": {
"stdout": "No syntax errors detected in src\/Controller\/ChatController.php\nNo syntax errors detected in src\/View\/chat\/partials\/response.php\nNo syntax errors detected in routes\/web.php",
"stderr": "",
"interrupted": false,
"isImage": false
}
}