Skip to content

Commit 2841ce6

Browse files
authored
Merge pull request #47 from DimaNagorniy/aud-71
AUD-71: Wrong type hint?
2 parents c9cb8d0 + d1adcdf commit 2841ce6

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/MySql/AuditDiff.php

100644100755
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,8 @@ class AuditDiff
5656

5757
/**
5858
* Array with columns for each table.
59-
* array [
60-
* table_name [
61-
* column [
62-
* data table type,
63-
* audit table type
64-
* ],
65-
* ...
66-
* ]
67-
* ]
6859
*
69-
* @var array[]
60+
* @var array<string,AuditDiffTable>
7061
*/
7162
private $diffColumns;
7263

0 commit comments

Comments
 (0)