{
"event": "PreToolUse",
"tool_name": "Read",
"tool_input": {
"file_path": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/ValueObject\/SessionMetadata.php",
"offset": 115,
"limit": 20
}
}
{
"tool_response": {
"type": "text",
"file": {
"filePath": "\/var\/www\/dev.campus.systemische-tools.de\/src\/Domain\/ValueObject\/SessionMetadata.php",
"content": " }\n\n \/**\n * @param array<string> $collections\n *\/\n private static function validateCollections(array $collections): void\n {\n if (empty($collections)) {\n throw new InvalidArgumentException('Collections cannot be empty');\n }\n\n foreach ($collections as $collection) {\n if (trim($collection) === '') {\n throw new InvalidArgumentException('Each collection must be a non-empty string');\n }\n }\n }\n\n private static function validateContextLimit(int $contextLimit): void\n {",
"numLines": 20,
"startLine": 115,
"totalLines": 163
}
}
}