Commit 720b52b
committed
feature #190 Add support for phpclass reference with namespace (alamirault)
This PR was merged into the main branch.
Discussion
----------
Add support for phpclass reference with namespace
PHP have now classes with namespaces but it is not supported by `:phpclass:` reference yet
https://www.php.net/manual/en/class.bcmath-number.php
Commits
-------
9a75cd7 Add support for phpclass reference with namespaceFile tree
3 files changed
+5
-1
lines changed- src/Reference
- tests/fixtures
- expected/blocks/references
- source/blocks/references
3 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
0 commit comments