mrcnpdlk/mojepanstwo-api

View on GitHub
src/mrcnpdlk/MojePanstwo/Model/Address/Commune.php

Summary

Maintainability
A
0 mins
Test Coverage

The class Commune has 26 fields. Consider redesigning Commune to keep the number of fields under 15.
Open

class Commune extends ModelAbstract
{
    const CONTEXT = 'gminy';

    /**

TooManyFields

Since: 0.1

Classes that have too many fields could be redesigned to have fewer fields, possibly through some nested object grouping of some of the information. For example, a class with city/state/zip fields could instead have one Address field.

Example

class Person {
   protected $one;
   private $two;
   private $three;
   [... many more fields ...]
}

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

There are no issues that match your filters.

Category
Status