Completed
Pull Request — master (#422)
by Mike
02:32
created
Migrations/Configuration/Connection/ConnectionConfigurationChainLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
 
34 34
     public function load()
35 35
     {
36
-        foreach($this->loaders as $loader) {
36
+        foreach ($this->loaders as $loader) {
37 37
             if (false !== $confObj = $loader->load()) {
38 38
                 return $confObj;
39 39
             }
Please login to merge, or discard this patch.
lib/Doctrine/DBAL/Migrations/Tools/Console/Command/AbstractCommand.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
      * This method ensure that we stay compatible with symfony console 2.3 by using the deprecated dialog helper
122 122
      * but use the ConfirmationQuestion when available.
123 123
      *
124
-     * @param $question
124
+     * @param string $question
125 125
      * @param InputInterface $input
126 126
      * @param OutputInterface $output
127 127
      * @return mixed
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 namespace Doctrine\DBAL\Migrations\Configuration\Connection\Loader;
21 21
 
22 22
 
23
-use Doctrine\DBAL\DriverManager;
24 23
 use Doctrine\DBAL\Migrations\Configuration\Connection\ConnectionLoaderInterface;
25 24
 use Symfony\Component\Console\Helper\HelperSet;
26 25
 
Please login to merge, or discard this patch.