Completed
Pull Request — master (#188)
by
unknown
02:47
created
lib/Doctrine/DBAL/Migrations/Provider/LazySchemaDiffProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     }
40 40
 
41 41
     /**
42
-     * @return Schema
42
+     * @return \ProxyManager\Proxy\VirtualProxyInterface
43 43
      */
44 44
     public function createFromSchema()
45 45
     {
Please login to merge, or discard this patch.
lib/Doctrine/DBAL/Migrations/Tools/Console/Command/AbstractCommand.php 1 patch
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.
lib/Doctrine/DBAL/Migrations/Version.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -412,7 +412,7 @@
 block discarded – undo
412 412
                             $this->outputWriter->write(sprintf('    <comment>-</comment> %s (with parameters)', $query));
413 413
                             $this->connection->executeQuery($query, $this->params[$key], $this->types[$key]);
414 414
                         }
415
-                    }  catch (DBALException $e) {
415
+                    } catch (DBALException $e) {
416 416
                         if ($continueAfterErrors) {
417 417
                             $this->outputWriter->write(sprintf('         <error>- %s</error>', $e->getMessage()));
418 418
                         } else {
Please login to merge, or discard this patch.