{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "\/opt\/php-tools\/vendor\/bin\/phpstan analyse -c phpstan.neon --no-progress 2>&1 | grep -A 3 \"Line\"",
"timeout": 120000,
"description": "Show all PHPStan errors"
}
}
{
"tool_response": {
"stdout": " Line Infrastructure\/Docs\/ChunkAnalysisService.php \n ------ ----------------------------------------------------------------------- \n 25 Constant Infrastructure\\Docs\\ChunkAnalysisService::ONTOLOGY_MODEL is \n unused. \n--\n Line Infrastructure\/Persistence\/ContractRepository.php \n ------ ----------------------------------------------------------- \n 203 Comparison operation \">\" between 0 and 0 is always false. \n 🪪 greater.alwaysFalse",
"stderr": "",
"interrupted": false,
"isImage": false
}
}