Other files ignored by Codecov
tests/Doctrine/CarbonTypesTest.php
has changed.
36 | 36 | */ |
|
37 | 37 | public function getSQLDeclaration(array $fieldDeclaration, AbstractPlatform $platform) |
|
38 | 38 | { |
|
39 | - | $precision = ($fieldDeclaration['precision'] ?: 10) === 10 |
|
39 | + | $precision = ($fieldDeclaration['precision'] ?? 10) === 10 |
|
40 | 40 | ? DateTimeDefaultPrecision::get() |
|
41 | 41 | : $fieldDeclaration['precision']; |
|
42 | 42 | $type = parent::getSQLDeclaration($fieldDeclaration, $platform); |
Files | Complexity | Coverage |
---|---|---|
src/Carbon | 2,163 | 100.00% |
Project Totals (886 files) | 2163 | 100.00% |