Skip to content

Commit

Permalink
DQA-10509: Remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva authored Nov 26, 2024
1 parent 8e24ccd commit d7e5c27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function process(File $phpcsFile, $stackPtr)
$fileName.'_field_schema',
$fileName.'_requirements',
$fileName.'_update_last_removed',
$fileName.'_update_dependencies',
$fileName.'_update_dependencies',
];
if (in_array($functionName, $allowedHooks) === false && empty(preg_match('/'.$fileName.'_update_\d{4}/', $functionName)) === true) {
$warning = 'Move the "%s" function declaration to a helper class implementing ContainerInjectionInterface. Example can be found at https://git.drupalcode.org/project/drupal/blob/8.7.5/core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.install';
Expand Down

0 comments on commit d7e5c27

Please sign in to comment.