Passed
Push — master ( 8f2317...686ec4 )
by Mohammed
04:00 queued 01:47
created
Labels
Severity
1
<?php
2
//require_once ('vendor/autoload.php');
3
4
use Alkoumi\LaravelArabicTafqeet\Tafqeet;
5
6
var_dump(Tafqeet::inArabic(3150.9));
0 ignored issues
show
3150.9 of type double is incompatible with the type integer expected by parameter $amount of Alkoumi\LaravelArabicTafqeet\Tafqeet::inArabic(). ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-type  annotation

6
var_dump(Tafqeet::inArabic(/** @scrutinizer ignore-type */ 3150.9));
Loading history...
7