for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* ******************************************************************
* Created by Marko Kungla on 08 Oct 2016
* @package toolshedr
* Encoding UTF-8
* File Output.php
* Code format PSR-2 and 12
* *******************************************************************/
namespace Toolshedr\CLI;
final class Output
{
public function __construct()
}