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

19 lines
427 B
YAML

name: Tappable
class_comment: null
dependencies: []
properties: []
methods:
- name: tap
visibility: public
parameters:
- name: callback
default: 'null'
comment: '# * Call the given Closure with this instance then return the instance.
# *
# * @param (callable($this): mixed)|null $callback
# * @return ($callback is null ? \Illuminate\Support\HigherOrderTapProxy : $this)'
traits: []
interfaces: []