### [Codacy](https://www.codacy.com/app/BrightNucleus/phpfeature/commit?cid=27262536) detected an issue: #### Message: `The method validate() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10.` #### Occurred on: - **Commit**: 188a847f4bb94d613f3fa4449cc7e11c0112bcd9 - **File**: [src/SemanticVersion.php](https://github.com/brightnucleus/phpfeature/blob/188a847f4bb94d613f3fa4449cc7e11c0112bcd9/src/SemanticVersion.php) - **LineNum**: [86](https://github.com/brightnucleus/phpfeature/blob/188a847f4bb94d613f3fa4449cc7e11c0112bcd9/src/SemanticVersion.php#L86) - **Code**: `protected function validate($version, $partial = false)` #### Currently on: - **Commit**: 6493ff01b5aa09c5478f746b6059461df35991a9 - **File**: [src/SemanticVersion.php](https://github.com/brightnucleus/phpfeature/blob/6493ff01b5aa09c5478f746b6059461df35991a9/src/SemanticVersion.php) - **LineNum**: [86](https://github.com/brightnucleus/phpfeature/blob/6493ff01b5aa09c5478f746b6059461df35991a9/src/SemanticVersion.php#L86)
Codacy detected an issue:
Message:
The method validate() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10.Occurred on:
protected function validate($version, $partial = false)Currently on: