Skip to content

Commit

Permalink
keep underscore fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Sep 9, 2023
1 parent 3cecb0e commit 8ff0d38
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php

namespace Rector\Tests\Naming\Rector\Class_\RenamePropertyToMatchTypeRector\Fixture;

final class KeepUnderscoreProperty
{
private ?\PDO $_pdo;
}

0 comments on commit 8ff0d38

Please sign in to comment.