{
"event": "PreToolUse",
"tool_name": "Grep",
"tool_input": {
"pattern": "function html\\(",
"path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Framework\/Controller.php",
"output_mode": "content",
"-C": 3
}
}
{
"tool_response": {
"mode": "content",
"numFiles": 0,
"filenames": [],
"content": "152- \/**\n153- * Output HTML response.\n154- *\/\n155: protected function html(string $content, int $status = 200): void\n156- {\n157- http_response_code($status);\n158- header('Content-Type: text\/html; charset=utf-8');",
"numLines": 7
}
}