platform/api/laravel/Support/Traits/Dumpable.yaml
2024-09-02 10:44:11 -07:00

29 lines
478 B
YAML

name: Dumpable
class_comment: null
dependencies: []
properties: []
methods:
- name: dd
visibility: public
parameters:
- name: '...$args'
comment: '# * Dump the given arguments and terminate execution.
# *
# * @param mixed ...$args
# * @return never'
- name: dump
visibility: public
parameters:
- name: '...$args'
comment: '# * Dump the given arguments.
# *
# * @param mixed ...$args
# * @return $this'
traits: []
interfaces: []