Commit e1d4488
committed
bug #4678 TokensAnalyzer::isConstantInvocation - fix for importing multiple classes with single "use" (kubawerlos)
This PR was merged into the 2.15 branch.
Discussion
----------
TokensAnalyzer::isConstantInvocation - fix for importing multiple classes with single "use"
Commits
-------
e98032d TokensAnalyzer::isConstantInvocation - fix for importing multiple classes with single "use"File tree
2 files changed
+5
-1
lines changed- src/Tokenizer
- tests/Tokenizer
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
789 | 793 | | |
790 | 794 | | |
791 | 795 | | |
| |||
0 commit comments