File "NewLineAware.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/laravel/framework/src/Illuminate/Console/Contracts/NewLineAware.php
File size: 207 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Illuminate\Console\Contracts;

interface NewLineAware
{
    /**
     * Whether a newline has already been written.
     *
     * @return bool
     */
    public function newLineWritten();
}