Skip to content

Commit 046f4ae

Browse files
Merge branch '7.4' into 8.0
* 7.4: [HttpKernel] Add `#[IsSignatureValid]` attribute Introduce `twig-cs-fixer` [HttpFoundation] Handle error when directory is a file [FrameworkBundle] Add KernelBrowser::getSession() [Serializer] Allows to instantiate property when creating a `NotNormalizableValueException` do not support sensitive option entries [HttpKernel] Refine ControllerEvent::getAttributes() and ControllerArgumentsEvent::getAttributes() return types do not try to modify the result of a PhptTestCase update the PHPUnit configuration [Lock] Fix package name for DynamoDB [Lock] DynamoDB store [Console][QuestionHelper] add optional timeout for human interaction [Messenger] Introduce `DefaultStampsProviderInterface ` [TwigBridge] Call form_label_content block inside button_widget block [Config] Add argument $singular to NodeBuilder::arrayNode() to decouple plurals/singulars from XML chore(http-foundation): add better type information using phpdoc
2 parents d58b42f + 801a8c4 commit 046f4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Profiler/dump.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{% endfor %}
3333
{% endset %}
3434

35-
{{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { 'link': true }) }}
35+
{{ include('@WebProfiler/Profiler/toolbar_item.html.twig', {link: true}) }}
3636
{% endif %}
3737
{% endblock %}
3838

0 commit comments

Comments
 (0)