src/Definition/GenericStorage.php
Showing 2 of 2 total issues
Function getBasetype
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
public function getBasetype(): string { $type = strtolower($this->type); $baseType = BaseType::STRING; if (in_array($type, self::DATE_TYPES)) {
- Read upRead up
Avoid unused parameters such as '$basetype'. Open
Open
public static function getTypeByBasetype(string $basetype): string
- Read upRead up
- Exclude checks