{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "php -l src\/Infrastructure\/Persistence\/ContentOrderRepository.php && php -l src\/Infrastructure\/Persistence\/ContentRepository.php && php -l src\/Controller\/ContentController.php && php -l src\/UseCases\/Command\/CreateContentOrderCommand.php",
"description": "PHP syntax check on modified files"
}
}
{
"tool_response": {
"stdout": "No syntax errors detected in src\/Infrastructure\/Persistence\/ContentOrderRepository.php\nNo syntax errors detected in src\/Infrastructure\/Persistence\/ContentRepository.php\nNo syntax errors detected in src\/Controller\/ContentController.php\nNo syntax errors detected in src\/UseCases\/Command\/CreateContentOrderCommand.php",
"stderr": "",
"interrupted": false,
"isImage": false
}
}