Skip to content

Commit 0fd52ab

Browse files
AC-9883: Fix Catalog System Config
1 parent 4ddbccb commit 0fd52ab

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Config/Model/Config/Backend

1 file changed

+2
-2
lines changed

app/code/Magento/Config/Model/Config/Backend/File.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@ protected function _getAllowedExtensions()
281281
* Validate if the value is intercepted
282282
*
283283
* @param string $value
284-
* @return string
284+
* @return void
285285
* @throws LocalizedException
286286
*/
287-
private function setValueAfterValidation(string $value): string
287+
private function setValueAfterValidation(string $value): void
288288
{
289289
// avoid intercepting value
290290
if (!preg_match('/^[A-Za-z0-9._\/ -]*$/', $value)) {

0 commit comments

Comments
 (0)