Commit 582a590a authored by Stephen Mustgrave's avatar Stephen Mustgrave
Browse files

PHPCS Fix

parent 1255c994
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -84,7 +84,6 @@ class StageFileProxyCommands extends DrushCommands {
    );
  }


  /**
   * Download all managed files from the origin.
   *
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ class SettingsForm extends ConfigFormBase {
   * {@inheritdoc}
   */
  public static function create(ContainerInterface $container) {
    // @phpstan-ignore-next-line
    return new static(
      $container->get('config.factory'),
      $container->getParameter('site.path')