From cbc1a3248f96368c4406d057d7b0a54c15c81a26 Mon Sep 17 00:00:00 2001
From: Oleksandr Shmyheliuk <oshmyheliuk@magento.com>
Date: Thu, 5 Jan 2017 17:45:05 +0200
Subject: [PATCH] MAGETWO-62705: Implementation

---
 app/code/Magento/Store/Model/Scope/Validator.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/code/Magento/Store/Model/Scope/Validator.php b/app/code/Magento/Store/Model/Scope/Validator.php
index 3bc91ea3c36..ab09c42b01c 100644
--- a/app/code/Magento/Store/Model/Scope/Validator.php
+++ b/app/code/Magento/Store/Model/Scope/Validator.php
@@ -69,6 +69,7 @@ class Validator implements ValidatorInterface
      * Throw exception if not valid.
      *
      * @param $scopeCode
+     * @return void
      * @throws LocalizedException if scope code is empty or has a wrong format
      */
     private function validateScopeCode($scopeCode)
-- 
GitLab