Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / linkchecker / linkchecker.drush.inc
index 5941e7224d5dd31d0acd3d8165a9912dea8876d9..619385edc48aa9166ec7152b0adeb5f8ac6e2df9 100644 (file)
@@ -19,9 +19,9 @@ function linkchecker_drush_command() {
   ];
   $commands['linkchecker-check'] = [
     'description' => 'Check link status.',
-    // 'options' => array(
+    // 'options' => [
     //   'links' => 'Number of links to check in one round. Default: 1000',
-    // ),
+    // ],
   ];
 
   return $commands;