{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/CodeAnalysis\/UseStatementExtractorTrait.php",
"offset": 75,
"limit": 10
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/CodeAnalysis\/UseStatementExtractorTrait.php",
"content": " $count = count($tokens);\n $baseNamespace = '';\n $currentName = '';\n $inGroup = false;\n\n for ($i = $startIndex + 1; $i < $count; $i++) {\n $token = $tokens[$i];\n\n if ($token === ';') {\n if ($currentName !== '') {",
"numLines": 10,
"startLine": 75,
"totalLines": 153
}
}
}