src/Samsara/Fermat/Core/Numbers.php
Showing 1 of 1 total issue
The method makeOrDont() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10. Open
Open
public static function makeOrDont(string|object $type, mixed $value, ?int $scale = null, NumberBase $base = NumberBase::Ten) { if (is_object($value)) { if ($value instanceof $type) {
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks