platform/api/laravel/Console/Contracts/NewLineAware.yaml
2024-09-02 10:44:11 -07:00

27 lines
459 B
YAML

name: NewLineAware
class_comment: null
dependencies: []
properties: []
methods:
- name: newLinesWritten
visibility: public
parameters: []
comment: '# * How many trailing newlines were written.
# *
# * @return int'
- name: newLineWritten
visibility: public
parameters: []
comment: '# * Whether a newline has already been written.
# *
# * @return bool
# *
# * @deprecated use newLinesWritten'
traits: []
interfaces: []