Find the best Rector rule to solve your problem. Searching through 1004 rules.

Found 1 rule. That's the one: Clear

drupal/core 11.2 1 match

Remove the source_module named argument from #[MigrateSource] attribute usages, as it was removed from the attribute class in drupal:11.2.0.

 #[MigrateSource(
     id: 'd7_node',
-    source_module: 'node',
 )]
 class Node extends DrupalSqlBase {}