{
"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",
"description": "Check PHP syntax of 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",
"stderr": "",
"interrupted": false,
"isImage": false
}
}