for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Recca0120\Terminal
{
if (function_exists('escapeshellarg') === true) {
function escapeshellarg($input)
return \escapeshellarg($input);
}
} else {
$input = str_replace('\'', '\\\'', $input);
return '\''.$input.'\'';
namespace SebastianBergmann\Environment
return \Recca0120\Terminal\escapeshellarg($input);
namespace Symfony\Component\Console\Input
namespace Symfony\Component\HttpFoundation\File\MimeType
namespace Symfony\Component\Process