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

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
csarrazi committed Oct 5, 2014
1 parent c275cb7 commit 3ea17af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions dist/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ public function getConfigTreeBuilder()
->useAttributeAsKey('name')
->prototype('boolean')->end()
->end()
->arrayNode('factory')
->children()
->scalarNode('class')->defaultValue('Csa\Bundle\GuzzleBundle\Factory\Client')->end()
->end()
->end()
->end()
;

Expand Down
2 changes: 1 addition & 1 deletion dist/Resources/views/Calls/macros.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@

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

0 comments on commit 3ea17af

Please sign in to comment.