for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Dock\IO\Process\Pipe;
class NullPipe implements Pipe
{
/**
* {@inheritdoc}
*/
public function error($buffer)
}
public function output($buffer)