src/Propel/Common/Config/Loader/FileLoader.php
Method resolveString
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function resolveString(string $value, array $resolving = [])
{
/*
* %%: to be unescaped
* %[^%\s]++%: a parameter
Avoid too many return
statements within this method. Open
Open
return $replaced;
Avoid too many return
statements within this method. Open
Open
return $this->resolveValue($this->get($onlyKey), $resolving);