Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 8, 2024
1 parent df578eb commit f327e89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TypeCaster/PhpNativeTypeCasterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public function testBase(Result $expected, mixed $value, Closure $closure): void

public function dataWithCastEmptyStringToNull(): array
{

return [
'empty string to int|null' => [
Result::success(null),
Expand Down

0 comments on commit f327e89

Please sign in to comment.