Skip to content

Commit 7546394

Browse files
authored
Merge pull request #1159 from crstauf/phpcs/DryRun_ActionMigrator.php
PHPCS: `classes/migration/DryRun_ActionMigrator.php`
2 parents a771b9f + 160d62a commit 7546394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/migration/DryRun_ActionMigrator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class DryRun_ActionMigrator extends ActionMigrator {
2121
* @return int
2222
*/
2323
public function migrate( $source_action_id ) {
24-
do_action( 'action_scheduler/migrate_action_dry_run', $source_action_id );
24+
do_action( 'action_scheduler/migrate_action_dry_run', $source_action_id ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
2525

2626
return 0;
2727
}

0 commit comments

Comments
 (0)