16 lines
384 B
YAML
16 lines
384 B
YAML
|
name: DummyOutput
|
||
|
class_comment: "# * Dummy output.\n# *\n# * @author K\xE9vin Dunglas <dunglas@gmail.com>"
|
||
|
dependencies:
|
||
|
- name: BufferedOutput
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Output\BufferedOutput
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: getLogs
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Console\Output\BufferedOutput
|
||
|
interfaces: []
|