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 34a59fe..51210e6 100644
--- a/core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlConnectionTest.php
+++ b/core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlConnectionTest.php
@@ -33,7 +33,7 @@ protected function setUp() {
   /**
    * Data provider for testEscapeTable.
    *
-   * @return []
+   * @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.
@@ -50,7 +50,7 @@ public function providerEscapeTables() {
   /**
    * Data provider for testEscapeAlias.
    *
-   * @return []
+   * @return array
    *   Array of arrays with the following elements:
    *   - Expected escaped string.
    *   - String to escape.
@@ -67,7 +67,7 @@ public function providerEscapeAlias() {
   /**
    * Data provider for testEscapeField.
    *
-   * @return []
+   * @return array
    *   Array of arrays with the following elements:
    *   - Expected escaped string.
    *   - String to escape.
