{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "\/opt\/php-tools\/vendor\/bin\/php-cs-fixer fix \/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Chat\/ChatResponse.php --dry-run --diff 2>&1 | head -30",
"description": "Check code style"
}
}
{
"tool_response": {
"stdout": "PHP CS Fixer 3.92.3 Exceptional Exception by Fabien Potencier, Dariusz Ruminski and contributors.\nPHP runtime: 8.4.16\nLoaded config default from \"\/var\/www\/dev.campus.systemische-tools.de\/.php-cs-fixer.dist.php\".\nRunning analysis on 19 cores with 10 files per process.\nParallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!\nUsing cache file \".php-cs-fixer.cache\".\nPaths from configuration have been overridden by paths provided as command arguments.\n 0\/1 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%\n 1\/1 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n 1) src\/UseCases\/Chat\/ChatResponse.php\n ---------- begin diff ----------\n--- \/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Chat\/ChatResponse.php\n+++ \/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Chat\/ChatResponse.php\n@@ -17,8 +17,7 @@\n private ?float $durationSeconds = null,\n private ?string $error = null,\n private ?array $qualityValidation = null,\n- ) {\n- }\n+ ) {}\n \n public function getQualityValidation(): ?array\n {\n\n ----------- end diff -----------\n\n\nFound 1 of 1 files that can be fixed in 0.014 seconds, 16.00 MB memory used",
"stderr": "",
"interrupted": false,
"isImage": false
}
}