Skip to content

Commit

Permalink
skip different func call
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 8, 2022
1 parent 31b5cbf commit 490dbb6
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 SkipDifferentFuncCall
{
public function run(string $data)
{
return strlen($data);
}
}

0 comments on commit 490dbb6

Please sign in to comment.