|
@@ -68,7 +68,7 @@ class ConfigValidator
|
|
} catch (\Exception $e) {
|
|
} catch (\Exception $e) {
|
|
$errors[] = $e->getMessage();
|
|
$errors[] = $e->getMessage();
|
|
|
|
|
|
- return;
|
|
|
|
|
|
+ return array($errors, $publishErrors, $warnings);
|
|
}
|
|
}
|
|
|
|
|
|
// validate actual data
|
|
// validate actual data
|