{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "grep -A 5 \"php-cs-fixer\" \/opt\/scripts\/php-check.sh",
"description": "Check php-check.sh fixer config"
}
}
{
"tool_response": {
"stdout": " \"$TOOLS_DIR\/vendor\/bin\/php-cs-fixer\" fix \\\n --config=\"$TOOLS_DIR\/.php-cs-fixer.php\" \\\n --verbose\n echo -e \"${GREEN}✓ PHP-CS-Fixer: Fixed${NC}\"\nelse\n if \"$TOOLS_DIR\/vendor\/bin\/php-cs-fixer\" check \\\n --config=\"$TOOLS_DIR\/.php-cs-fixer.php\" \\\n --diff; then\n echo -e \"${GREEN}✓ PHP-CS-Fixer: OK${NC}\"\n else\n echo -e \"${RED}✗ PHP-CS-Fixer: Style issues found (run with --fix)${NC}\"\n FIXER_OK=0",
"stderr": "",
"interrupted": false,
"isImage": false
}
}