Skip to content

Commit

Permalink
Add PHPDoc for param
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyaxial committed May 11, 2022
1 parent 506c5d4 commit 0876a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Service/Database/Shell.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0876a98

Please sign in to comment.