public static function MissingProjectInfo::run in Automatic Updates 7
Run check.
Return value
array An array of translatable strings.
Overrides ReadinessCheckerInterface::run
File
- ReadinessCheckers/
MissingProjectInfo.php, line 13
Class
- MissingProjectInfo
- Missing project info checker.
Code
public static function run() {
return static::missingProjectInfoCheck();
}