Skip to content

Commit

Permalink
skip no third arg
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 8, 2022
1 parent 05854d6 commit d7bf81e
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

namespace Rector\Tests\DowngradePhp80\Rector\FuncCall\DowngradeNumberFormatNoFourthArgRector\Fixture;

class SkipNoThirdArg
{
public function run(float $data)
{
return number_format($data, 2);
}
}

0 comments on commit d7bf81e

Please sign in to comment.