platform/api/laravel/Console/View/Components/Mutators/EnsurePunctuation.yaml
2024-09-02 10:44:11 -07:00

18 lines
311 B
YAML

name: EnsurePunctuation
class_comment: null
dependencies: []
properties: []
methods:
- name: __invoke
visibility: public
parameters:
- name: string
comment: '# * Ensures the given string ends with punctuation.
# *
# * @param string $string
# * @return string'
traits: []
interfaces: []