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 11<?php
2+
23namespace Http \HttplugBundle \ClientFactory ;
34
45/**
78interface ClientFactoryInterface
89{
910 public function createClient (array $ config = array ());
10- }
11+ }
Original file line number Diff line number Diff line change 99 */
1010class DummyClient
1111{
12- }
12+ }
Original file line number Diff line number Diff line change 44
55use Symfony \Component \Config \Definition \ArrayNode ;
66use Symfony \Component \Config \Definition \Builder \ArrayNodeDefinition ;
7- use Symfony \Component \Config \Definition \Builder \NodeDefinition ;
87use Symfony \Component \Config \Definition \Builder \TreeBuilder ;
98use Symfony \Component \Config \Definition \ConfigurationInterface ;
109use 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}
You can’t perform that action at this time.
0 commit comments