We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c4e98 commit db8febaCopy full SHA for db8feba
src/MailPanel.php
@@ -100,7 +100,7 @@ public function getPanel(): string
100
* Run-time link helper
101
* @param array<string, string> $params
102
*/
103
- public function getLink(string $action, array $params): string
+ public function getLink(string $action, array $params = []): string
104
{
105
$url = $this->request->getUrl();
106
$baseUrl = substr($url->getPath(), strrpos($url->getScriptPath(), '/') + 1);
0 commit comments