yiisoft/yii2

View on GitHub
framework/db/ColumnSchemaBuilder.php

Summary

Maintainability
A
0 mins
Test Coverage

The class ColumnSchemaBuilder has 13 public methods. Consider refactoring ColumnSchemaBuilder to keep number of public methods under 10.
Open

class ColumnSchemaBuilder extends BaseObject
{
    // Internally used constants representing categories that abstract column types fall under.
    // See [[$categoryMap]] for mappings of abstract column types to category.
    // @since 2.0.8
Severity: Minor
Found in framework/db/ColumnSchemaBuilder.php by phpmd

TooManyPublicMethods

Since: 0.1

A class with too many public methods is probably a good suspect for refactoring, in order to reduce its complexity and find a way to have more fine grained objects.

By default it ignores methods starting with 'get' or 'set'.

Example

Source https://phpmd.org/rules/codesize.html#toomanypublicmethods

The class ColumnSchemaBuilder has an overall complexity of 50 which is very high. The configured complexity threshold is 50.
Open

class ColumnSchemaBuilder extends BaseObject
{
    // Internally used constants representing categories that abstract column types fall under.
    // See [[$categoryMap]] for mappings of abstract column types to category.
    // @since 2.0.8
Severity: Minor
Found in framework/db/ColumnSchemaBuilder.php by phpmd

There are no issues that match your filters.

Category
Status