From 0876a98922220523e677a63b5dd52e64143cd6ab Mon Sep 17 00:00:00 2001 From: Kenny Dorman Date: Wed, 11 May 2022 13:03:29 +0000 Subject: [PATCH] Add PHPDoc for param --- src/Service/Database/Shell.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Service/Database/Shell.php b/src/Service/Database/Shell.php index a39205c..db19806 100644 --- a/src/Service/Database/Shell.php +++ b/src/Service/Database/Shell.php @@ -98,6 +98,7 @@ public function import($file) * * @param string $identifier An identifier for the dump file. * @param string $strip_tables_patterns List of table patterns to dump with no data. + * @param bool $exclude_stripped_tables If strip tables is set, define if empty tables are excluded from the dump * * @return string Path to the database dump. * @throws \Symfony\Component\Process\Exception\LogicException