for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Knp\RadBundle\Routing\Conventional\Config;
use Symfony\Component\Yaml\Yaml;
class Parser
{
public function parse($path)
return Yaml::parse($path);
}