for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Everlution\NavigationBundle\Bridge\Item;
/**
* Trait EmptyRouteParametersTrait.
*
* @author Ivan Barlog <[email protected]>
*/
trait EmptyRouteParametersTrait
{
public function getParameters(): array
return [];
}