Skip to content

Commit

Permalink
Update also docblock describing array structure
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Jan 18, 2022
1 parent 6d43455 commit 00be927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MysqldumpGdpr.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

class MysqldumpGdpr extends Mysqldump
{
/** @var [string][string]string */
/** @var array [string][string]string */
protected array $gdprExpressions = [];

/** @var [string][string]string */
/** @var array [string][string]string */
protected array $gdprReplacements = [];

protected bool $debugSql = false;
Expand Down

0 comments on commit 00be927

Please sign in to comment.