parameters now are having a default value and are optional
This commit is contained in:
@@ -16,7 +16,7 @@ class OpenSearch extends BaseModule
|
||||
/**
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function rawContent($parameters)
|
||||
public static function rawContent(array $parameters = [])
|
||||
{
|
||||
header('Content-type: application/opensearchdescription+xml');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user