X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fmodules%2Fcontrib%2Flinkchecker%2Fsrc%2FCommands%2FLinkCheckerCommands.php;fp=web%2Fmodules%2Fcontrib%2Flinkchecker%2Fsrc%2FCommands%2FLinkcheckerCommands.php;h=6957f086dcdde2be0dbb3fa27e82cfeec521e292;hb=059867c3f96750652c80f39e44c442a58c2549ee;hp=30102d2ffba71b30a67dfd6f13e9aef573d0acbc;hpb=f8fc16ae6b862bef59baaad5d051dd37b7ff11b2;p=yaffs-website diff --git a/web/modules/contrib/linkchecker/src/Commands/LinkcheckerCommands.php b/web/modules/contrib/linkchecker/src/Commands/LinkCheckerCommands.php similarity index 97% rename from web/modules/contrib/linkchecker/src/Commands/LinkcheckerCommands.php rename to web/modules/contrib/linkchecker/src/Commands/LinkCheckerCommands.php index 30102d2ff..6957f086d 100644 --- a/web/modules/contrib/linkchecker/src/Commands/LinkcheckerCommands.php +++ b/web/modules/contrib/linkchecker/src/Commands/LinkCheckerCommands.php @@ -10,7 +10,7 @@ use Psr\Log\LoggerInterface; /** * Drush 9 commands for Linkchecker module. */ -class LinkcheckerCommands extends DrushCommands { +class LinkCheckerCommands extends DrushCommands { use StringTranslationTrait; @@ -29,7 +29,7 @@ class LinkcheckerCommands extends DrushCommands { protected $logger; /** - * LinkcheckerCommands constructor. + * LinkCheckerCommands constructor. * * @param \Drupal\Core\Config\ConfigFactoryInterface $config * A config factory object for retrieving configuration settings.