Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Command / DbDumpCommand.php
index 264bd3f2a1e37566c8262cac78fecf5a05a19bb6..aa81af041f1aaa60dd17a2d28bb261382585ba0d 100644 (file)
@@ -69,7 +69,7 @@ class DbDumpCommand extends DbCommandBase {
    *   The database connection to use.
    * @param array $schema_only
    *   Table patterns for which to only dump the schema, no data.
-   * @return string The PHP script.
+   * @return string
    *   The PHP script.
    */
   protected function generateScript(Connection $connection, array $schema_only = []) {
@@ -102,7 +102,7 @@ class DbDumpCommand extends DbCommandBase {
    *
    * @param \Drupal\Core\Database\Connection $connection
    *   The database connection to use.
-   * @return array An array of table names.
+   * @return array
    *   An array of table names.
    */
   protected function getTables(Connection $connection) {