Skip to content

Commit

Permalink
update summary condition (#2934)
Browse files Browse the repository at this point in the history
  • Loading branch information
stobrien89 authored Jun 3, 2024
1 parent 97074bd commit d452dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docs/.phpdoc/template/components/summary.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% endif %}
{% endif %}
<p class="phpdocumentor-summary">{{ new_summary ? new_summary | raw : node.summary}}</p>
{% if 'interact with the **' in node.summary or 'interact with **' in node.summary %}
{% if 'used to interact with' in node.summary %}
<!-- api -->
{% endif %}
{% endif %}

0 comments on commit d452dbf

Please sign in to comment.