19 lines
311 B
YAML
19 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: []
|