rhosocial/yii2-base-models

View on GitHub
traits/config/EntityConfig.php

Summary

Maintainability
A
0 mins
Test Coverage

A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 18 and the first side effect is on line 18.
Open

<?php

Arguments with default values must be at the end of the argument list
Open

        public TimestampConfig $timestampConfig = new TimestampConfig(),

Line indented incorrectly; expected 4 spaces, found 8
Open

        public GUIDConfig $GUIDConfig = new GUIDConfig(),

Line indented incorrectly; expected 4 spaces, found 8
Open

        public IPConfig $IPConfig = new IPConfig(),

Expected 1 newline at end of file; 0 found
Open

}

Line indented incorrectly; expected 4 spaces, found 8
Open

        public TimestampConfig $timestampConfig = new TimestampConfig(),

Line indented incorrectly; expected 4 spaces, found 8
Open

        public IDConfig $IDConfig = new IDConfig(),

Closing brace must be on a line by itself
Open

    ) {}

There are no issues that match your filters.

Category
Status