diff --git a/phpdotnet/phd/Index.php b/phpdotnet/phd/Index.php index fc7457a4..77e0b0fe 100644 --- a/phpdotnet/phd/Index.php +++ b/phpdotnet/phd/Index.php @@ -297,6 +297,8 @@ public function format_refentry($open, $name, $attrs, $props) { 'class', 'enum' => $this->format_container_chunk($open, 'phpdoc:classref', $attrs, $props), 'exception' => $this->format_container_chunk($open, 'phpdoc:exceptionref', $attrs, $props), 'variable' => $this->format_chunk($open, 'phpdoc:varentry', $attrs, $props), + 'stream_wrapper' => $this->format_chunk($open, 'stream_wrapper', $attrs, $props), + 'stream_context_option' => $this->format_chunk($open, 'stream_context_option', $attrs, $props), default => $this->format_chunk($open, $name, $attrs, $props), }; }