Skip to content

Commit 3461d34

Browse files
committed
cs
1 parent 5941f3c commit 3461d34

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace Http\HttplugBundle\ClientFactory;
34

45
/**
@@ -7,4 +8,4 @@
78
interface ClientFactoryInterface
89
{
910
public function createClient(array $config = array());
10-
}
11+
}

ClientFactory/DummyClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
*/
1010
class DummyClient
1111
{
12-
}
12+
}

DependencyInjection/Configuration.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44

55
use Symfony\Component\Config\Definition\ArrayNode;
66
use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
7-
use Symfony\Component\Config\Definition\Builder\NodeDefinition;
87
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
98
use Symfony\Component\Config\Definition\ConfigurationInterface;
109
use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException;
1110

1211
/**
13-
* This class contains the configuration information for the bundle
12+
* This class contains the configuration information for the bundle.
1413
*
1514
* This information is solely responsible for how the different configuration
1615
* sections are normalized, and merged.
@@ -94,6 +93,5 @@ protected function configureClients(ArrayNodeDefinition $root)
9493
->variableNode('config')->end()
9594
->end()
9695
->end();
97-
9896
}
9997
}

0 commit comments

Comments
 (0)