Skip to content

Commit 0876a98

Browse files
committed
Add PHPDoc for param
1 parent 506c5d4 commit 0876a98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Service/Database/Shell.php

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public function import($file)
9898
*
9999
* @param string $identifier An identifier for the dump file.
100100
* @param string $strip_tables_patterns List of table patterns to dump with no data.
101+
* @param bool $exclude_stripped_tables If strip tables is set, define if empty tables are excluded from the dump
101102
*
102103
* @return string Path to the database dump.
103104
* @throws \Symfony\Component\Process\Exception\LogicException

0 commit comments

Comments
 (0)