Skip to content

Commit 0d319a2

Browse files
committed
tests: create failing test
1 parent c91ccb2 commit 0d319a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Rector\Tests\TypeDeclaration\Rector\StmtsAwareInterface\SafeDeclareStrictTypesRector\Fixture;
4+
5+
function skip_mixed_passed_to_round(array $data): float
6+
{
7+
return round($data['value'], 2);
8+
}

0 commit comments

Comments
 (0)