refactor: apply auto fixes from idea

This commit is contained in:
Attila Kerekes
2022-11-14 13:21:47 +01:00
committed by Attila Jozsef Kerekes
parent d4f7ad842c
commit b390a719e9
22 changed files with 154 additions and 159 deletions

View File

@@ -2,9 +2,6 @@
namespace App;
use GuzzleHttp\Client;
use GuzzleHttp\Exception\GuzzleException;
interface SearchInterface
{
public function getResults($query, $providerdetails);