JordanRL/Fermat

View on GitHub
src/Samsara/Fermat/Core/Numbers.php

Summary

Maintainability
A
0 mins
Test Coverage
A
92%

Showing 1 of 1 total issue

The method makeOrDont() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10.
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) {
Severity: Minor
Found in src/Samsara/Fermat/Core/Numbers.php by phpmd

There are no issues that match your filters.

Category
Status