We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Profiler
1 parent 42e28bc commit 332b879Copy full SHA for 332b879
CHANGELOG.md
@@ -15,6 +15,8 @@
15
* fix(`ObjectToObjectMetadataFactory`): Fix scalar type logic.
16
* test: Fix psalm errors.
17
* fix(`MainTransformer`): Inject kernel.debug
18
+* revert(`Profiler`): Remove guessed badge because of the possibility of
19
+ confusion.
20
21
## 0.7.0
22
templates/data_collector.html.twig
@@ -77,9 +77,6 @@
77
{%- endapply -%}
78
<td>
79
{{ tracedata.sourceType|abbr_class }}
80
- {% if tracedata.sourceTypeGuessed %}
81
- <span class="badge badge-info">Guessed</span>
82
- {% endif %}
83
</td>
84
<td>{{ tracedata.existingTargetType|abbr_class }}</td>
85
<td>{{ tracedata.possibleTargetTypes|raw }}</td>
0 commit comments