platform/api/laravel/Console/Contracts/NewLineAware.yaml

28 lines
459 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []