Commit 12cdfea
committed
fix(UpdatePHPStanMethodNodeParamDocblockFromNodeTypesRector): Swap method retrieval order in UpdatePHPStanMethodNodeParamDocblockFromNodeTypesRector
- Change the order of method retrieval from classNode to prioritize 'processNode' over 'rawProcessNode'.
- This improves the logic flow by attempting to access the more commonly used method first.1 parent 1554c54 commit 12cdfea
File tree
1 file changed
+1
-1
lines changed- src/Rector/Class_
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments