No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
b39a765
... +0 ...
b7b143a
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
1155 | 1155 | $daysDiff = (int) $interval->format('%a'); |
|
1156 | 1156 | $sign = $interval->format('%r') === '-' ? -1 : 1; |
|
1157 | 1157 | ||
1158 | - | if (is_int($interval->days) && |
|
1158 | + | if (\is_int($interval->days) && |
|
1159 | 1159 | $interval->y === 0 && |
|
1160 | 1160 | $interval->m === 0 && |
|
1161 | 1161 | version_compare(PHP_VERSION, '8.1.0-dev', '<') && |
b7b143a
b39a765