Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
1 / 1 |
CRAP | |
100.00% |
1 / 1 |
| DummyBuildConstraintTrait | |
100.00% |
1 / 1 |
|
100.00% |
1 / 1 |
1 | |
100.00% |
1 / 1 |
| buildConstraint | |
100.00% |
1 / 1 |
1 | |
100.00% |
1 / 1 |
|||
| <?php | |
| declare(strict_types=1); | |
| namespace Korobochkin\WPKit\DataComponents\Traits; | |
| /** | |
| * Trait DummyBuildConstraintTrait | |
| */ | |
| trait DummyBuildConstraintTrait | |
| { | |
| /** | |
| * @return null Plug method for class. | |
| */ | |
| public function buildConstraint() | |
| { | |
| return null; | |
| } | |
| } |