Skip to content
Snippets Groups Projects
Unverified Commit 6fae102d authored by Ted Bowman's avatar Ted Bowman
Browse files

phpcbf

parent ec5ced8a
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
* Contains hook implementations for Automatic Updates.
*/
use Drupal\Core\Routing\RouteMatchInterface;
use Drupal\automatic_updates\CronUpdater;
use Drupal\automatic_updates\UpdateRecommender;
use Drupal\automatic_updates\Validation\AdminReadinessMessages;
......@@ -16,7 +17,7 @@ use Drupal\update\ProjectSecurityData;
/**
* Implements hook_help().
*/
function automatic_updates_help($route_name, \Drupal\Core\Routing\RouteMatchInterface $route_match) {
function automatic_updates_help($route_name, RouteMatchInterface $route_match) {
switch ($route_name) {
case 'help.page.auto_updates':
$output = '<h3>' . t('About') . '</h3>';
......@@ -25,6 +26,7 @@ function automatic_updates_help($route_name, \Drupal\Core\Routing\RouteMatchInte
return $output;
}
}
/**
* Implements hook_page_top().
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment