Commit c8e28db
Use FullyQualified for class instead of Name (#225)
* Use FullyQualified for class instead of Name
This ensures a leading slash '\' is added to the namespace, ensuring the namespace is loaded from the root and not relative to the current namespace.
* Run rector
* CS
---------
Co-authored-by: Geni Jaho <[email protected]>1 parent 85f7ad4 commit c8e28db
File tree
3 files changed
+4
-3
lines changed- src/Rector/StaticCall
- tests/Rector/StaticCall/DispatchToHelperFunctionsRector/Fixture
3 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
131 | | - | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
0 commit comments