Complex expressions

Here is the list of the most complex expressions used in the code. A complex expression is an expression that requires more than 20 tokens to be build.

Literal arrays are omitted.

File Count Expression
/src/Blister/Method.php:751$this->open = \sprintf(self::OPENself::VISIBILITY[$visibility] ?? self::PRIVATE, $static ' static' ''$name$parameters ? \implode(', '$parameters) : ''$returns ? (' : ' $returns) : '')
/src/Blister/Injector.php:3691$info[$param->getName( )] = [$class $class->getName( ) : null$param->isVariadic( ), $required = !($hasDefault || $isNullable), $default $required null : ($hasDefault $param->getDefaultValue( ) : null)]