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 4ddbccb commit 0fd52abCopy full SHA for 0fd52ab
app/code/Magento/Config/Model/Config/Backend/File.php
@@ -281,10 +281,10 @@ protected function _getAllowedExtensions()
281
* Validate if the value is intercepted
282
*
283
* @param string $value
284
- * @return string
+ * @return void
285
* @throws LocalizedException
286
*/
287
- private function setValueAfterValidation(string $value): string
+ private function setValueAfterValidation(string $value): void
288
{
289
// avoid intercepting value
290
if (!preg_match('/^[A-Za-z0-9._\/ -]*$/', $value)) {
0 commit comments