Skip to content

Commit

Permalink
Merge pull request #17 from openeuropa/OEL-2794
Browse files Browse the repository at this point in the history
OEL-2794: Fix code standards.
  • Loading branch information
brummbar authored Feb 15, 2024
2 parents 4c6c659 + eb3c00a commit d6fde92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Install and update functions for the Content Extra Project module.
*/

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

use Drupal\oe_content_extra\ConfigImporter;

Expand Down
2 changes: 1 addition & 1 deletion src/ConfigImporter.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\oe_content_extra;

Expand Down
2 changes: 1 addition & 1 deletion tests/src/Functional/ContentExtraFieldsTest.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\Tests\oe_content_extra\Functional;

Expand Down

0 comments on commit d6fde92

Please sign in to comment.