Skip to content

Commit

Permalink
Updating Rector
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Mar 23, 2023
1 parent f890b43 commit e68c39f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Bootloader/BroadcastingBootloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,11 @@ private function initConfig(EnvironmentInterface $env): void
);
}

/**
* @noRector RemoveUnusedPrivateMethodRector
*/
private function initDefaultBroadcast(BroadcastManagerInterface $manager): BroadcastInterface
{
return $manager->connection();
}

/**
* @noRector RemoveUnusedPrivateMethodRector
*/
private function initTopicRegistry(BroadcastConfig $config): TopicRegistryInterface
{
return new TopicRegistry($config->getTopics());
Expand Down

0 comments on commit e68c39f

Please sign in to comment.