Replace $parameters argument per method with static::$parameters
This commit is contained in:
@@ -36,7 +36,7 @@ class OpenSearch extends BaseModule
|
||||
/**
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function rawContent(array $parameters = [])
|
||||
public static function rawContent()
|
||||
{
|
||||
header('Content-type: application/opensearchdescription+xml');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user