diff --git a/baseline.xml b/baseline.xml
index 957906892c3..775fb2bdcfa 100644
--- a/baseline.xml
+++ b/baseline.xml
@@ -71,16 +71,6 @@
sqlsrv_get_field($this->stmt, 0)
-
-
- int
-
-
-
-
- string
-
-
Collection
diff --git a/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php b/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
index b0e3713ab27..4eff83e8dcf 100644
--- a/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
+++ b/lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
@@ -807,6 +807,8 @@ public function getCreateConstraintSQL(Constraint $constraint, $table)
/**
* {@inheritDoc}
+ *
+ * @param int|null $createFlags
*/
public function getCreateTableSQL(Table $table, $createFlags = null)
{
diff --git a/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php b/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php
index 9718f932ef5..dd10cd0f928 100644
--- a/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php
+++ b/lib/Doctrine/DBAL/Schema/OracleSchemaManager.php
@@ -287,6 +287,8 @@ protected function _getPortableDatabaseDefinition($database)
/**
* {@inheritdoc}
*
+ * @param string|null $database
+ *
* Calling this method without an argument or by passing NULL is deprecated.
*/
public function createDatabase($database = null)