Skip to content

Commit

Permalink
chore(SHS-6056): codeclimate told me to use spaces for strict_types, …
Browse files Browse the repository at this point in the history
…phpcs says not to.
  • Loading branch information
Marc Berger committed Feb 21, 2025
1 parent c166afe commit bd004da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\hs_dashboard;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

namespace Drupal\hs_dashboard\Plugin\Block;

Expand Down

0 comments on commit bd004da

Please sign in to comment.