src/main/php/Gomoob/FacebookMessenger/Model/Recipient/Recipient.php
Showing 1 of 1 total issue
Function jsonSerialize
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
public function jsonSerialize() { $json = []; // One of the 'id' or 'phoneNumber' property must have been defined.
- Read upRead up