keboola/php-datatypes

View on GitHub
src/Definition/GenericStorage.php

Summary

Maintainability
A
25 mins
Test Coverage

Showing 2 of 2 total issues

Function getBasetype has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

public function getBasetype(): string
{
$type = strtolower($this->type);
$baseType = BaseType::STRING;
if (in_array($type, self::DATE_TYPES)) {
Severity: Minor
Found in src/Definition/GenericStorage.php - About 25 mins to fix

Avoid unused parameters such as '$basetype'.
Open

public static function getTypeByBasetype(string $basetype): string
Severity: Minor
Found in src/Definition/GenericStorage.php by phpmd
Category
Status