Skip to content

Commit 3bc4927

Browse files
committed
[DowngradePhp83] skip different function
1 parent 377043f commit 3bc4927

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
namespace Rector\Tests\DowngradePhp83\Rector\FuncCall\DowngradeJsonValidateRector\Fixture;
4+
5+
class SkipDifferentFunction
6+
{
7+
public function run($json)
8+
{
9+
echo strlen($json);
10+
}
11+
}

0 commit comments

Comments
 (0)