Completed
Pull Request — master (#15)
by Joao
06:11
created
src/Console/ConsoleCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
     }
116 116
 
117 117
     /**
118
-     * @param \Exception|\Error $exception
118
+     * @param \Exception $exception
119 119
      * @param \Symfony\Component\Console\Output\OutputInterface $output
120 120
      */
121 121
     protected function handleError($exception, OutputInterface $output)
Please login to merge, or discard this patch.
src/Database/PgsqlDatabase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,8 @@
 block discarded – undo
23 23
     }
24 24
 
25 25
     /**
26
-     * @param \ByJG\AnyDataset\DbDriverInterface $dbDriver
27
-     * @param $database
26
+     * @param \ByJG\AnyDataset\Db\DbDriverInterface $dbDriver
27
+     * @param string $database
28 28
      */
29 29
     protected static function createDatabaseIfNotExists($dbDriver, $database)
30 30
     {
Please login to merge, or discard this patch.