comsave/salesforce-outbound-message-tower

View on GitHub

Showing 3 of 3 total issues

Similar blocks of code found in 2 locations. Consider refactoring.
Open

try {
// $notificationId = $messageReceiver->receive($channelName, $xmlRequest);
$messageReceiver->receive($channelName, $xmlRequest);
} catch (OutboundMessageTowerException $ex) {
return new JsonResponse([
Severity: Major
Found in src/Controller/ReceiverController.php and 1 other location - About 1 hr to fix
src/Controller/BroadcasterController.php on lines 49..63

Similar blocks of code found in 2 locations. Consider refactoring.
Open

try {
$processedMessageRemover->remove($channelName, $notificationId);
} catch (OutboundMessageTowerException $ex) {
return new JsonResponse([
'status' => 'Error',
Severity: Major
Found in src/Controller/BroadcasterController.php and 1 other location - About 1 hr to fix
src/Controller/ReceiverController.php on lines 35..50

Function parseSubnetsToIpAddresses has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

public function parseSubnetsToIpAddresses(): void
{
$parsedIpAddresses = [];
 
foreach ($this->getAllowedIps() as $allowedIpKey => $allowedIp) {
Severity: Minor
Found in src/Services/AccessManager.php - About 25 mins to fix
Severity
Category
Status
Source
Language