src/AwsInspector/Ssh/PrivateKey.php
Showing 1 of 1 total issue
Function __construct
has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring. Open
Open
protected function __construct($privateKeyFile) { if (is_file($privateKeyFile)) { $this->privateKeyFile = $privateKeyFile; } else {
- Read upRead up