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 a8c323c commit 9f2af73Copy full SHA for 9f2af73
lib/internal/Magento/Framework/Escaper.php
@@ -289,7 +289,7 @@ public function escapeUrl($string)
289
* @return string
290
* @since 101.0.0
291
*/
292
- public function encodeUrlParam(string $string): string
+ public function encodeUrlParam(string $string)
293
{
294
return $this->getEscaper()->escapeUrl($string);
295
}
@@ -328,7 +328,7 @@ function ($matches) {
328
329
330
331
- public function escapeCss(string $string): string
+ public function escapeCss(string $string)
332
333
return $this->getEscaper()->escapeCss($string);
334
0 commit comments