Skip to content

Commit

Permalink
Remove old handling for phd:args, it's no longer used (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwins authored Oct 24, 2024
1 parent 8485990 commit 59d1c60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions phpdotnet/phd/Package/PHP/XHTML.php
Original file line number Diff line number Diff line change
Expand Up @@ -809,10 +809,6 @@ public function format_classsynopsis_methodsynopsis_methodname_text($value, $tag

public function format_function($open, $tag, $attrs, $props) {
if ($open) {
/* TODO Drop support when https://github.com/php/doc-en/pull/2864 has made its way to translations */
if (isset($attrs[Reader::XMLNS_PHD]["args"])) {
$this->cchunk["args"] = $attrs[Reader::XMLNS_PHD]["args"];
}
return '<span class="' . $tag . '">';
}
return "</span>";
Expand Down

0 comments on commit 59d1c60

Please sign in to comment.