{
"event": "PreToolUse",
"tool_name": "Bash",
"tool_input": {
"command": "\/opt\/php-tools\/vendor\/bin\/phpstan analyse src --level=7 --no-progress 2>&1 | tail -10",
"timeout": 120000,
"description": "Check PHPStan Level 7 progress"
}
}
{
"tool_response": {
"stdout": " 108 Method UseCases\\Task\\SaveTaskResultUseCase::validate() has parameter \n $data with no value type specified in iterable type array. \n 🪪 missingType.iterableValue \n 💡 See: \n https:\/\/phpstan.org\/blog\/solving-phpstan-no-value-type-specified-in-i \n terable-type \n ------ ----------------------------------------------------------------------- \n\n [ERROR] Found 261 errors",
"stderr": "",
"interrupted": false,
"isImage": false
}
}