for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Sanderdekroon\Parlant\Formatter;
class ArgumentFormatter implements FormatterInterface
{
/**
* Return the raw arguments.
* @param array $arguments
* @return array
*/
public function output(array $arguments)
return $arguments;
}