Diglin\Ricardo\Managers\Security::parseValidationUrl
Example: https://www.ch.betaqxl.com/apiconnect/login/index?token=XXXXX-XXXX-XXXX-XXXX-XXXXXXX&countryId=2&partnershipId=XXXX&partnerurl=
Signature
public function parseValidationUrl(string
$url )
Parameters
$url
—
string
Returns
- string
Violations
PHPMessDetector
Line |
Rule |
Message |
200 - 228 |
CyclomaticComplexity
|
The method parseValidationUrl() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10. |
200 - 228 |
NPathComplexity
|
The method parseValidationUrl() has an NPath complexity of 7812500. The configured NPath complexity threshold is 200. |