{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "php -l src\/Infrastructure\/CodeAnalysis\/CodeQualityChecker.php && php -l src\/Infrastructure\/CodeAnalysis\/CodeScanner.php && php -l src\/Infrastructure\/Persistence\/CodeQualityRepository.php && php -l src\/Infrastructure\/Persistence\/FileAnalysisRepository.php && php -l routes\/web.php && php -l src\/View\/docs\/code.php && php -l src\/View\/docs\/code-show.php && php -l src\/View\/docs\/code-graph.php && php -l src\/View\/docs\/code-graph-global.php && php -l src\/View\/layout.php && php -l src\/View\/home\/index.php",
"description": "Check PHP syntax on all modified files"
}
}
{
"tool_response": {
"stdout": "No syntax errors detected in src\/Infrastructure\/CodeAnalysis\/CodeQualityChecker.php\nNo syntax errors detected in src\/Infrastructure\/CodeAnalysis\/CodeScanner.php\nNo syntax errors detected in src\/Infrastructure\/Persistence\/CodeQualityRepository.php\nNo syntax errors detected in src\/Infrastructure\/Persistence\/FileAnalysisRepository.php\nNo syntax errors detected in routes\/web.php\nNo syntax errors detected in src\/View\/docs\/code.php\nNo syntax errors detected in src\/View\/docs\/code-show.php\nNo syntax errors detected in src\/View\/docs\/code-graph.php\nNo syntax errors detected in src\/View\/docs\/code-graph-global.php\nNo syntax errors detected in src\/View\/layout.php\nNo syntax errors detected in src\/View\/home\/index.php",
"stderr": "",
"interrupted": false,
"isImage": false
}
}