Skip to content

Commit

Permalink
UHF-11137: phpcs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Dec 19, 2024
1 parent 07a748d commit 35adc61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Annotation/DebugDataItem.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Drupal\helfi_api_base\Annotation;

use Drupal\Component\Annotation\Plugin;
Expand Down
2 changes: 2 additions & 0 deletions src/ApiClient/ApiFixture.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Drupal\helfi_api_base\ApiClient;

use Drupal\Core\File\Exception\FileNotExistsException;
Expand Down
2 changes: 2 additions & 0 deletions tests/src/Unit/ApiClient/ApiFixtureTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Drupal\Tests\helfi_api_base\Unit;

use Drupal\Core\File\Exception\FileNotExistsException;
Expand Down

0 comments on commit 35adc61

Please sign in to comment.