{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "\/opt\/php-tools\/vendor\/bin\/php-cs-fixer fix --dry-run --diff --config=\/opt\/php-tools\/.php-cs-fixer.php 2>&1 | head -n 100",
"description": "Check detailed CS-Fixer issues"
}
}
{
"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 \"\/opt\/php-tools\/.php-cs-fixer.php\".\nRunning analysis on 1 core sequentially.\nYou can enable parallel runner and speed up the analysis! Please see https:\/\/cs.symfony.com\/doc\/usage.html for more information.\nUsing cache file \"\/tmp\/.php-cs-fixer.cache\".\n 0\/323 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%\n 65\/323 [▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░] 20%\n 323\/323 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n 1) src\/Controller\/ChatController.php\n ---------- begin diff ----------\n--- \/var\/www\/dev.campus.systemische-tools.de\/src\/Controller\/ChatController.php\n+++ \/var\/www\/dev.campus.systemische-tools.de\/src\/Controller\/ChatController.php\n@@ -6,7 +6,6 @@\n \n \/\/ @responsibility: HTTP-Endpunkte für KI-Chat (Sessions, Nachrichten, Export)\n \n-use Domain\\Factory\\ChatSessionFactory;\n use Domain\\Service\\ModelRegistryInterface;\n use Framework\\Controller;\n use Infrastructure\\Formatting\\ChatMessageFormatter;\n\n ----------- end diff -----------\n\n 2) src\/UseCases\/Task\/UpdateTaskStatusUseCase.php\n ---------- begin diff ----------\n--- \/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Task\/UpdateTaskStatusUseCase.php\n+++ \/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Task\/UpdateTaskStatusUseCase.php\n@@ -9,7 +9,6 @@\n use Domain\\Entity\\Task;\n use Domain\\Entity\\TaskComment;\n use Domain\\Repository\\TaskRepositoryInterface;\n-use Domain\\ValueObject\\TaskStatus;\n use Infrastructure\\Persistence\\TaskCommentRepository;\n \n class UpdateTaskStatusUseCase\n\n ----------- end diff -----------\n\n 3) src\/UseCases\/Chat\/LoadChatSessionUseCase.php\n ---------- begin diff ----------\n--- \/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Chat\/LoadChatSessionUseCase.php\n+++ \/var\/www\/dev.campus.systemische-tools.de\/src\/UseCases\/Chat\/LoadChatSessionUseCase.php\n@@ -6,7 +6,6 @@\n \n \/\/ @responsibility: Lädt Chat-Session mit allen Nachrichten\n \n-use Domain\\Entity\\ChatSession;\n use Domain\\Repository\\ChatMessageRepositoryInterface;\n use Domain\\Repository\\ChatSessionRepositoryInterface;\n \n\n ----------- end diff -----------\n\n\nFound 3 of 323 files that can be fixed in 0.052 seconds, 20.00 MB memory used",
"stderr": "",
"interrupted": false,
"isImage": false
}
}