### [Codacy](https://www.codacy.com/app/BrightNucleus/phpfeature/commit?cid=27262536) detected an issue: #### Message: `The method checkRequirement() has an NPath complexity of 300. The configured NPath complexity threshold is 200.` #### Occurred on: - **Commit**: 188a847f4bb94d613f3fa4449cc7e11c0112bcd9 - **File**: [src/PHPFeature.php](https://github.com/brightnucleus/phpfeature/blob/188a847f4bb94d613f3fa4449cc7e11c0112bcd9/src/PHPFeature.php) - **LineNum**: [214](https://github.com/brightnucleus/phpfeature/blob/188a847f4bb94d613f3fa4449cc7e11c0112bcd9/src/PHPFeature.php#L214) - **Code**: `protected function checkRequirement($requirement, &$minimumRequired = null)` #### Currently on: - **Commit**: 6493ff01b5aa09c5478f746b6059461df35991a9 - **File**: [src/PHPFeature.php](https://github.com/brightnucleus/phpfeature/blob/6493ff01b5aa09c5478f746b6059461df35991a9/src/PHPFeature.php) - **LineNum**: [214](https://github.com/brightnucleus/phpfeature/blob/6493ff01b5aa09c5478f746b6059461df35991a9/src/PHPFeature.php#L214)
Codacy detected an issue:
Message:
The method checkRequirement() has an NPath complexity of 300. The configured NPath complexity threshold is 200.Occurred on:
protected function checkRequirement($requirement, &$minimumRequired = null)Currently on: