Completed
Pull Request — master (#51)
by
unknown
13:15
created
Tests/DependencyInjection/ConfigurationTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 
9 9
 class ConfigurationTest extends TestCase
10 10
 {
11
-    public function testCanByConstructed ()
11
+    public function testCanByConstructed()
12 12
     {
13 13
         $configuration = new Configuration();
14 14
         $treeBuilder = $configuration->getConfigTreeBuilder();
Please login to merge, or discard this patch.