From e77028ebd7d2558e70e64a80f243678a80c8c471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Wed, 15 Apr 2020 19:01:42 +0200 Subject: [PATCH] Avoid conflict with parent phpdoc --- baseline.xml | 5 ----- lib/Doctrine/DBAL/Schema/OracleSchemaManager.php | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/baseline.xml b/baseline.xml index 957906892c3..960cb3e76e0 100644 --- a/baseline.xml +++ b/baseline.xml @@ -76,11 +76,6 @@ int - - - string - - Collection 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)