Skip to content

Commit

Permalink
UHF-9712: Add missing declare(strict_types=1)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrsky committed Mar 18, 2024
1 parent b587246 commit c9d6b9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/helfi_tpr_config/src/Entity/Unit.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Drupal\helfi_tpr_config\Entity;

use Drupal\helfi_tpr\Entity\Unit as BaseUnit;
Expand Down
2 changes: 2 additions & 0 deletions src/Token/OGImageBuilderInterface.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Drupal\helfi_platform_config\Token;

use Drupal\Core\Entity\EntityInterface;
Expand Down
2 changes: 2 additions & 0 deletions src/Token/OGImageManager.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Drupal\helfi_platform_config\Token;

use Drupal\Component\Utility\UrlHelper;
Expand Down

0 comments on commit c9d6b9a

Please sign in to comment.