File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
+
2
3
namespace Http \HttplugBundle \ClientFactory ;
3
4
4
5
/**
7
8
interface ClientFactoryInterface
8
9
{
9
10
public function createClient (array $ config = array ());
10
- }
11
+ }
Original file line number Diff line number Diff line change 9
9
*/
10
10
class DummyClient
11
11
{
12
- }
12
+ }
Original file line number Diff line number Diff line change 4
4
5
5
use Symfony \Component \Config \Definition \ArrayNode ;
6
6
use Symfony \Component \Config \Definition \Builder \ArrayNodeDefinition ;
7
- use Symfony \Component \Config \Definition \Builder \NodeDefinition ;
8
7
use Symfony \Component \Config \Definition \Builder \TreeBuilder ;
9
8
use Symfony \Component \Config \Definition \ConfigurationInterface ;
10
9
use Symfony \Component \Config \Definition \Exception \InvalidConfigurationException ;
11
10
12
11
/**
13
- * This class contains the configuration information for the bundle
12
+ * This class contains the configuration information for the bundle.
14
13
*
15
14
* This information is solely responsible for how the different configuration
16
15
* sections are normalized, and merged.
@@ -94,6 +93,5 @@ protected function configureClients(ArrayNodeDefinition $root)
94
93
->variableNode ('config ' )->end ()
95
94
->end ()
96
95
->end ();
97
-
98
96
}
99
97
}
You can’t perform that action at this time.
0 commit comments