Skip to content

Commit

Permalink
Fix coding standards.
Browse files Browse the repository at this point in the history
To match discoverygarden/CodeSniffer#33

Apparently, is something of the dfifference between 8.3.22 and 8.3.23
  • Loading branch information
adam-vessey committed Mar 18, 2024
1 parent f5cffd0 commit 1a8063a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Plugin/Derivative/IslandoraCitationsLocalTask.php
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\islandora_citations\Plugin\Derivative;

Expand Down
2 changes: 1 addition & 1 deletion src/Plugin/Derivative/IslandoraCitationsMenuLinks.php
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\islandora_citations\Plugin\Derivative;

Expand Down
2 changes: 1 addition & 1 deletion src/Routing/RouteSubscriber.php
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\islandora_citations\Routing;

Expand Down

0 comments on commit 1a8063a

Please sign in to comment.