api/laravel/Console/View/Components/Mutators/EnsureNoPunctuation.yaml

19 lines
321 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: EnsureNoPunctuation
class_comment: null
dependencies: []
properties: []
methods:
- name: __invoke
visibility: public
parameters:
- name: string
comment: '# * Ensures the given string does not end with punctuation.
# *
# * @param string $string
# * @return string'
traits: []
interfaces: []