Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
21 | public static function metaForDefaultsEnabled(ClassMetadataBuilder $builder): void |
||
22 | { |
||
23 | MappingHelper::setSimpleBooleanFields( |
||
24 | [DefaultsEnabledFieldInterface::PROP_DEFAULTS_ENABLED], |
||
25 | $builder, |
||
26 | DefaultsEnabledFieldInterface::DEFAULT_DEFAULTS_ENABLED |
||
27 | ); |
||
62 |