Skip to content

Commit

Permalink
Merge pull request #206 from localgovdrupal/fix/2.x-205-coding-standa…
Browse files Browse the repository at this point in the history
…rds-strict-types

cs: fix strict types in media setup test
  • Loading branch information
finnlewis committed Feb 20, 2024
2 parents 159bf60 + 004ad6d commit e81b5f0
Showing 1 changed file with 1 addition and 1 deletion.
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\localgov_media\Functional;

Expand Down

0 comments on commit e81b5f0

Please sign in to comment.