Skip to content

Commit

Permalink
ACMS-4237: Fix static code analysis.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Jan 9, 2025
1 parent 67603a2 commit 0181670
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* File for the Site Studio Installation Code.
*/

use Drupal\acquia_cms_site_studio\Facade\ConfigHandlerFacade;
use Drupal\acquia_cms_site_studio\Facade\CohesionFacade;
use Drupal\acquia_cms_site_studio\Facade\ConfigHandlerFacade;
use Drupal\acquia_cms_site_studio\Form\AcquiaCmsSiteStudioSiteConfigureForm;
use Drupal\acquia_cms_site_studio\Helper\SiteStudioPermissionHelper;
use Drupal\cohesion\Controller\AdministrationController;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
* Handles the configuration and settings for ACMS.
* Handles the configuration and settings for Acquia Starter Kit Site Studio.
*
* @internal
* This is a totally internal part of Acquia CMS and may be changed in any
* way, or removed outright, at any time without warning. External code should
* not use this class!
* This is a totally internal part of Acquia Starter Kits and may be changed
* in any way, or removed outright, at any time without warning. External
* code should not use this class!
*/
final class ConfigHandlerFacade implements ContainerInjectionInterface {

Expand Down

0 comments on commit 0181670

Please sign in to comment.