We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b38a8 commit d867196Copy full SHA for d867196
rules-tests/Renaming/Rector/MethodCall/RenameMethodRector/Fixture/rename_method_which_is_not_in_trait.php.inc
@@ -0,0 +1,33 @@
1
+<?php
2
+
3
+namespace Rector\Tests\Renaming\Rector\MethodCall\RenameMethodRector\Fixture;
4
5
+use Rector\Tests\Renaming\Rector\MethodCall\RenameMethodRector\Source\SomeTrait;
6
7
+final class RenameMethodWhichIsNotInTrait
8
+{
9
+ use SomeTrait;
10
11
+ public function _otherMethod()
12
+ {
13
+ }
14
+}
15
16
+?>
17
+-----
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
0 commit comments