Showing 2 of 2 total issues
Method sendMessage
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function sendMessage($sessionId, $destination, $code, $type, $content)
Function export
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
final public function export() { $finalArray = []; $mandatoryFields = $this->getMandatoryFields();
- Read upRead up