{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "\/opt\/php-tools\/vendor\/bin\/phpstan analyse -c phpstan.neon --no-progress 2>&1 | tail -20",
"timeout": 120000,
"description": "PHPStan with config"
}
}
{
"tool_response": {
"stdout": " ------ ---------------------------------------------------------------------- \n Line Infrastructure\/Persistence\/TaskResultRepository.php \n ------ ---------------------------------------------------------------------- \n 14 Constant KI_DEV_DB_HOST not found. \n 🪪 constant.notFound \n 💡 Learn more at https:\/\/phpstan.org\/user-guide\/discovering-symbols \n 14 Constant KI_DEV_DB_NAME not found. \n 🪪 constant.notFound \n 💡 Learn more at https:\/\/phpstan.org\/user-guide\/discovering-symbols \n 15 Constant KI_DEV_DB_USER not found. \n 🪪 constant.notFound \n 💡 Learn more at https:\/\/phpstan.org\/user-guide\/discovering-symbols \n 16 Constant KI_DEV_DB_PASS not found. \n 🪪 constant.notFound \n 💡 Learn more at https:\/\/phpstan.org\/user-guide\/discovering-symbols \n ------ ---------------------------------------------------------------------- \n\n [ERROR] Found 33 errors",
"stderr": "",
"interrupted": false,
"isImage": false
}
}