diff --git a/core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlConnectionTest.php b/core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlConnectionTest.php index 23f2386..5608b97 100644 --- a/core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlConnectionTest.php +++ b/core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlConnectionTest.php @@ -29,7 +29,7 @@ protected function setUp() { /** * Data provider for testEscapeTable. * - * @return array + * @return array[] * An indexed array of where each value is an array of arguments to pass to * testEscapeField. The first value is the expected value, and the second * value is the value to test. @@ -51,7 +51,7 @@ public function providerEscapeTables() { /** * Data provider for testEscapeAlias. * - * @return array + * @return array[] * Array of arrays with the following elements: * - Expected escaped string. * - String to escape. @@ -68,7 +68,7 @@ public function providerEscapeAlias() { /** * Data provider for testEscapeField. * - * @return array + * @return array[] * Array of arrays with the following elements: * - Expected escaped string. * - String to escape.