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 @@
|
|||
{% if object.docs %}
|
||||
{{ object.docs }}
|
||||
{% endif %}
|
||||
|
||||
```php
|
||||
<?php {{ render(object.object) }}
|
||||
{{ '```' -}}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
{%- for ancestor in object.ancestorsAndSelf -%}
|
||||
{{ render(ancestor.docblock) }}
|
||||
{%- if not loop.last %}
|
||||
|
||||
---
|
||||
|
||||
{% endif -%}
|
||||
{%- endfor -%}
|
||||
Loading…
Add table
Add a link
Reference in a new issue