Skip to content

Commit e20e4e7

Browse files
committed
Review fixes
1 parent 85c9b7f commit e20e4e7

File tree

3 files changed

+295
-295
lines changed

3 files changed

+295
-295
lines changed

tools/php_api_ref/.phpdoc/template/components/edition-tag.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{% set package = node.file.path|split('/')|slice(1, 2)|join('/') %}
1313
{% else %}
1414
{% for namespace in namespace_package_map|keys %}
15-
{% if fqcn ~ "\\" starts with namespace %}
15+
{% if fqcn ~ "\\" starts with namespace ~ "\\" %}
1616
{% set package = namespace_package_map[namespace] %}
1717
{% endif %}
1818
{% endfor %}

0 commit comments

Comments
 (0)