{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/CodeAnalysis\/UseStatementExtractorTrait.php",
"offset": 95,
"limit": 25
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Infrastructure\/CodeAnalysis\/UseStatementExtractorTrait.php",
"content": "\n continue;\n }\n\n if ($token === '}') {\n if ($currentName !== '') {\n $fqcns[] = $baseNamespace . $currentName;\n }\n\n continue;\n }\n\n if ($token === ',') {\n if ($currentName !== '') {\n $fqcns[] = $inGroup ? $baseNamespace . $currentName : $currentName;\n }\n $currentName = '';\n\n continue;\n }\n\n if (!is_array($token)) {\n continue;\n }\n",
"numLines": 25,
"startLine": 95,
"totalLines": 153
}
}
}