{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "\/opt\/php-tools\/vendor\/bin\/php-cs-fixer fix src\/Domain\/ValueObject\/ --dry-run --diff --config=.php-cs-fixer.php 2>&1 | head -30",
"description": "CS-Fixer check ValueObject directory"
}
}
{
"tool_response": {
"stdout": "In ConfigurationResolver.php line 623:\n \n Cannot read config file \".php-cs-fixer.php\". \n \n\nfix [--path-mode PATH-MODE] [--allow-risky ALLOW-RISKY] [--config CONFIG] [--dry-run] [--rules RULES] [--using-cache USING-CACHE] [--allow-unsupported-php-version ALLOW-UNSUPPORTED-PHP-VERSION] [--cache-file CACHE-FILE] [--diff] [--format FORMAT] [--stop-on-violation] [--show-progress SHOW-PROGRESS] [--sequential] [--] [<path>...]",
"stderr": "",
"interrupted": false,
"isImage": false
}
}