[SearchEngine] CS cleanup

This commit is contained in:
Romain Neutron
2012-10-05 00:18:46 +02:00
parent 38f7c4a995
commit 746b51b747
5 changed files with 12 additions and 16 deletions

View File

@@ -7,7 +7,6 @@ use Symfony\Component\HttpFoundation\Request;
interface ConfigurationPanelInterface
{
public function get(Application $app, Request $request);
public function post(Application $app, Request $request);