{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "\/opt\/php-tools\/vendor\/bin\/php-cs-fixer fix src\/UseCases\/Chat\/SendChatMessageUseCase.php --dry-run --diff 2>&1 | tail -10",
"description": "Check SendChatMessageUseCase"
}
}
{
"tool_response": {
"stdout": "- static fn (array $source): string => json_encode($source, JSON_THROW_ON_ERROR),\n+ static fn(array $source): string => json_encode($source, JSON_THROW_ON_ERROR),\n $result['sources']\n );\n \n\n ----------- end diff -----------\n\n\nFound 1 of 1 files that can be fixed in 0.036 seconds, 18.00 MB memory used",
"stderr": "",
"interrupted": false,
"isImage": false
}
}