Skip to content

Commit db946e2

Browse files
committed
Fixed return type.
1 parent 98e471b commit db946e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MySql/AuditDataLayer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ public static function getTablesNames(string $schemaName): array
359359
*
360360
* @return array[]
361361
*/
362-
public static function getTriggers(string $schemaName): string
362+
public static function getTriggers(string $schemaName): array
363363
{
364364
$sql = sprintf('
365365
select EVENT_OBJECT_TABLE as table_name

0 commit comments

Comments
 (0)