Commit 7c01d3c
committed
Use phpactor--command-argments in company-phpactor--get-suggestions
Previously, the function `company-phpactor--get-suggestions` took two
variables, SOURCE and OFFSET, but didn't even use them (I forgot to
implement the changes). Now the function uses
`phpactor--command-argments`
What worries me now is that I think this makes it slightly less
testable? But perhaps the package is small enough that it won't be an issue.1 parent 408eba7 commit 7c01d3c
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
| 46 | + | |
49 | 47 | | |
50 | 48 | | |
51 | 49 | | |
0 commit comments