Completed
Pull Request — master (#480)
by
unknown
03:55
created
lib/Doctrine/DBAL/Migrations/Migration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
      * @param string $path The path to write the migration SQL file.
80 80
      * @param string $to   The version to migrate to.
81 81
      *
82
-     * @return boolean $written
82
+     * @return integer $written
83 83
      */
84 84
     public function writeSqlFile($path, $to = null)
85 85
     {
Please login to merge, or discard this patch.