AdobeConnectClient\Entities\Principal::fixNameByType
Fix the name or firstName and lastName.
The user type has firstName and lastName, but some actions from Adobe Connect returns the Principal user type with name, so we need fix it.
Signature
protected function fixNameByType()
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
606 - 623 | CyclomaticComplexity | The method fixNameByType() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |