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 1441520 commit 4ddbccbCopy full SHA for 4ddbccb
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 void
+ * @return string
285
* @throws LocalizedException
286
*/
287
- private function setValueAfterValidation($value)
+ private function setValueAfterValidation(string $value): string
288
{
289
// avoid intercepting value
290
if (!preg_match('/^[A-Za-z0-9._\/ -]*$/', $value)) {
0 commit comments