Skip to content

Commit

Permalink
Fixed return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Mar 20, 2019
1 parent 98e471b commit db946e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MySql/AuditDataLayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public static function getTablesNames(string $schemaName): array
*
* @return array[]
*/
public static function getTriggers(string $schemaName): string
public static function getTriggers(string $schemaName): array
{
$sql = sprintf('
select EVENT_OBJECT_TABLE as table_name
Expand Down

0 comments on commit db946e2

Please sign in to comment.