mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 12:00:02 +02:00
adding phpactor config
This commit is contained in:
parent
0adb1a40eb
commit
f7e141da9a
30 changed files with 115 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
{{ object.prose|trim }}
|
||||
{% for tagType in object.tagTypes() %}
|
||||
|
||||
{% for tag in object.tags(tagType) %}
|
||||
{{ render(tag)|trim }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
|
@ -0,0 +1 @@
|
|||
- {% if object.paramName %}**{{ object.paramName }}** {% endif %}{% if object.type %}*{{ object.type.toString }}*{% endif %} {{ object.text.toString }}
|
||||
|
|
@ -0,0 +1 @@
|
|||
**Return** {% if object.type %}*{{ object.type.toString }}*{% endif %}{% if object.text.toString() | length > 0 %} {{ object.text.toString }}{% endif %}
|
||||
|
|
@ -0,0 +1 @@
|
|||
**Throws** `{{ object.exceptionClass ? object.exceptionClass.toString : '?' }}`
|
||||
Loading…
Add table
Add a link
Reference in a new issue