{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "cd \/var\/www\/dev.campus.systemische-tools.de && php -l src\/Infrastructure\/Docs\/HybridSearchService.php && \/opt\/php-tools\/vendor\/bin\/phpstan analyse src\/Infrastructure\/Docs\/HybridSearchService.php --level=5 2>&1 | tail -20",
"description": "Run PHPStan on HybridSearchService"
}
}
{
"tool_response": {
"stdout": "No syntax errors detected in src\/Infrastructure\/Docs\/HybridSearchService.php\nNote: Using configuration file \/var\/www\/dev.campus.systemische-tools.de\/phpstan.neon.\n 0\/1 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%\u001b[1G\u001b[2K 1\/1 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%\n\n\n [OK] No errors",
"stderr": "",
"interrupted": false,
"isImage": false
}
}