projek-xyz/slim-framework

View on GitHub
src/Console/Input.php

Summary

Maintainability
A
35 mins
Test Coverage

Showing 1 of 1 total issue

Function input has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

public function input($prompt, $default = '', $acceptable = null, $strict = false)
{
if ($this->hasSttyAvailable()) {
$input = $this->climate->input($prompt);
 
 
Severity: Minor
Found in src/Console/Input.php - About 35 mins to fix
Category
Status