Class Block
<?php declare(strict_types=1); /** * Created by PhpStorm. * User: inhere * Date: 2018/5/4 * Time: 下午1:06 */ namespace Inhere\Console\Component\Formatter; use Inhere\Console\Component\MessageFormatter; /** * Class Block * * @package Inhere\Console\Component\Formatter */ class Block extends MessageFormatter { }