Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 3ea17af

Browse files
committed
Fixed CS
1 parent c275cb7 commit 3ea17af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

dist/DependencyInjection/Configuration.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ public function getConfigTreeBuilder()
4444
->useAttributeAsKey('name')
4545
->prototype('boolean')->end()
4646
->end()
47+
->arrayNode('factory')
48+
->children()
49+
->scalarNode('class')->defaultValue('Csa\Bundle\GuzzleBundle\Factory\Client')->end()
50+
->end()
51+
->end()
4752
->end()
4853
;
4954

dist/Resources/views/Calls/macros.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232

3333
<pre><code class="language-{{ lang }}">{{ body|pretty_print(lang) }}</code></pre>
3434
{% endif %}
35-
{% endmacro %}
35+
{% endmacro %}

0 commit comments

Comments
 (0)