File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
tools/php_api_ref/.phpdoc/template/components Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 12
12
<tbody >
13
13
{% for argument in node .arguments %}
14
14
<tr >
15
- <td >
15
+ <td style = " white-space: nowrap; " >
16
16
${{ argument .name }}
17
17
</td >
18
- <td >
18
+ <td style = " white-space: nowrap; " >
19
19
{{ argument .type | route(' class:short' )| join (' |' )| raw }}
20
20
</td >
21
21
<td {{ argument .default is not null ? ' class="empty"' }}>
24
24
<td {{ node .description is not defined or node .description .empty ? ' class="empty"' }}>
25
25
{% if node .description is not defined or node .description .empty %}
26
26
-
27
+ {% else %}
28
+ {{ include (' components/description.html.twig' , {node : argument }) }}
27
29
{% endif %}
28
- {{ include (' components/description.html.twig' , {node : argument }) }}
29
30
</td >
30
31
</tr >
31
32
{% endfor %}
You can’t perform that action at this time.
0 commit comments