Skip to content

Commit

Permalink
make pint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
faissaloux committed Mar 30, 2024
1 parent f71b291 commit 66c3cba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/AsNumericTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
})->with([
7415541,
7415.541,
"7415541",
'7415541',
0b01100110,
0x66,
]);
Expand All @@ -17,8 +17,8 @@

type($variable)->asNumeric();
})->with([
"",
"not numeric",
'',
'not numeric',
null,
[]
[],
])->throws(TypeError::class, 'Variable is not a numeric.');

0 comments on commit 66c3cba

Please sign in to comment.