round($amount * 100) of type double is incompatible with the type integer expected by parameter $amount of App\Domain\ValueObjects\Money::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
27
return new Money(/** @scrutinizer ignore-type */ round($amount * 100));